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
Christian Flothmann dcc1103a16 [PHPUnit] ignore E_USER_DEPRECATED notices
This updates the PHPUnit configuration files that have not been
updated in #12705.
2014-11-29 16:15:10 +01:00
..
Acl [PHPUnit] ignore E_USER_DEPRECATED notices 2014-11-29 16:15:10 +01:00
Core [PHPUnit] ignore E_USER_DEPRECATED notices 2014-11-29 16:15:10 +01:00
Csrf [PHPUnit] ignore E_USER_DEPRECATED notices 2014-11-29 16:15:10 +01:00
Http [PHPUnit] ignore E_USER_DEPRECATED notices 2014-11-29 16:15:10 +01:00
Resources/translations Azerbaijani locale 2014-11-19 07:31:32 +01:00
Tests compare version using PHP_VERSION_ID 2014-11-17 17:27:42 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Split of the SecurityContext to AuthorizationChecker and TokenStorage 2014-09-24 09:31:49 +02:00
composer.json updated version to 2.7 2014-11-10 19:00:54 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist Adjust error_reporting to allow deprecation messages for 3.0 2014-11-29 13:40:43 +01:00
README.md updated version to 2.7 2014-11-10 19:00:54 +01: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.7/book/security.html

Tests

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Security/
$ composer.phar install
$ phpunit