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