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

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