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