Julio Montoya ae4afdabd6 Updating vendors %!s(int64=11) %!d(string=hai) anos
..
Acl 321ce65f18 Updating vendors %!s(int64=11) %!d(string=hai) anos
Core ae4afdabd6 Updating vendors %!s(int64=11) %!d(string=hai) anos
Http ae4afdabd6 Updating vendors %!s(int64=11) %!d(string=hai) anos
Resources 321ce65f18 Updating vendors %!s(int64=11) %!d(string=hai) anos
Tests 321ce65f18 Updating vendors %!s(int64=11) %!d(string=hai) anos
CHANGELOG.md d7041815fc Updating vendors %!s(int64=11) %!d(string=hai) anos
LICENSE 32682a9ca8 Updating vendor %!s(int64=12) %!d(string=hai) anos
README.md 8db2967af7 Updating vendors %!s(int64=11) %!d(string=hai) anos
composer.json 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
phpunit.xml.dist 8b76813307 Adding web profiler provider %!s(int64=12) %!d(string=hai) anos

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.3/book/security.html

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Security/
$ composer.phar install --dev
$ phpunit