Julio Montoya c36303a24b Updating vendors преди 12 години
..
Acl c36303a24b Updating vendors преди 12 години
Core c36303a24b Updating vendors преди 12 години
Http a7b84c53dc Updating vendors преди 12 години
Resources 8b76813307 Adding web profiler provider преди 12 години
Tests 3015eb9afa Updating vendors преди 12 години
.gitignore 14a700d00a updating vendors преди 12 години
CHANGELOG.md 8db2967af7 Updating vendors преди 12 години
LICENSE 32682a9ca8 Updating vendor преди 12 години
README.md 8db2967af7 Updating vendors преди 12 години
composer.json 8b76813307 Adding web profiler provider преди 12 години
phpunit.xml.dist 8b76813307 Adding web profiler provider преди 12 години

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