Julio Montoya ae4afdabd6 Updating vendors | há 11 anos atrás | |
---|---|---|
.. | ||
Acl | há 11 anos atrás | |
Core | há 11 anos atrás | |
Http | há 11 anos atrás | |
Resources | há 11 anos atrás | |
Tests | há 11 anos atrás | |
CHANGELOG.md | há 11 anos atrás | |
LICENSE | há 12 anos atrás | |
README.md | há 11 anos atrás | |
composer.json | há 11 anos atrás | |
phpunit.xml.dist | há 12 anos atrás |
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