kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Security
Polonkai Gergely 623b78e939 Vendors update
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:40:41 +02:00
..
Acl Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Core Vendors update 2012-07-31 09:40:41 +02:00
Http Vendors update 2012-07-31 09:40:41 +02:00
Tests Vendors update 2012-07-31 09:40:41 +02:00
.gitignore Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
CHANGELOG.md Vendors update 2012-07-31 09:40:41 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
README.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
composer.json Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
phpunit.xml.dist Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

README.md

Security Component

Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.

Resources

Documentation:

http://symfony.com/doc/2.0/book/security.html

Resources

You can run the unit tests with the following command:

phpunit

If you also want to run the unit tests that depend on other Symfony Components, install dev dependencies before running PHPUnit:

php composer.phar install --dev