Julio Montoya ae4afdabd6 Updating vendors | před 11 roky | |
---|---|---|
.. | ||
Acl | před 11 roky | |
Core | před 11 roky | |
Http | před 11 roky | |
Resources | před 11 roky | |
Tests | před 11 roky | |
CHANGELOG.md | před 11 roky | |
LICENSE | před 12 roky | |
README.md | před 11 roky | |
composer.json | před 11 roky | |
phpunit.xml.dist | před 12 roky |
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