Julio Montoya ae4afdabd6 Updating vendors | hace 11 años | |
---|---|---|
.. | ||
Acl | hace 11 años | |
Core | hace 11 años | |
Http | hace 11 años | |
Resources | hace 11 años | |
Tests | hace 11 años | |
CHANGELOG.md | hace 11 años | |
LICENSE | hace 12 años | |
README.md | hace 11 años | |
composer.json | hace 11 años | |
phpunit.xml.dist | hace 12 años |
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.
Documentation:
http://symfony.com/doc/2.3/book/security.html
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Security/
$ composer.phar install --dev
$ phpunit