Julio Montoya c36303a24b Updating vendors 12 yıl önce
..
Acl c36303a24b Updating vendors 12 yıl önce
Core c36303a24b Updating vendors 12 yıl önce
Http a7b84c53dc Updating vendors 12 yıl önce
Resources 8b76813307 Adding web profiler provider 12 yıl önce
Tests 3015eb9afa Updating vendors 12 yıl önce
.gitignore 14a700d00a updating vendors 12 yıl önce
CHANGELOG.md 8db2967af7 Updating vendors 12 yıl önce
LICENSE 32682a9ca8 Updating vendor 12 yıl önce
README.md 8db2967af7 Updating vendors 12 yıl önce
composer.json 8b76813307 Adding web profiler provider 12 yıl önce
phpunit.xml.dist 8b76813307 Adding web profiler provider 12 yıl önce

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