This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Security
2013-03-13 18:34:15 +01:00
..
Acl Merge branch '2.0' into 2.1 2012-11-13 17:29:06 +01:00
Core [Security] Add PHPDoc to AuthenticationEvents 2013-01-22 10:47:05 +01:00
Http [Security] use current request attributes to generate redirect url? 2013-03-13 18:34:15 +01:00
Tests [Security] use current request attributes to generate redirect url? 2013-03-13 18:34:15 +01:00
.gitignore [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
CHANGELOG.md Fixed typos 2012-07-28 22:02:29 +00:00
composer.json Defined stable version point of Doctrine. 2013-02-22 13:53:49 -05:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
phpunit.xml.dist [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
README.md [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00

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.0/book/security.html

Resources

You can run the unit tests with the following command:

phpunit

If you also want to run the unit tests that depend on other Symfony Components, install dev dependencies before running PHPUnit:

php composer.phar install --dev