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

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