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
2014-12-29 16:35:40 +01:00
..
Acl Updated generateSql tool 2014-12-29 16:35:40 +01:00
Core Merge branch '2.6' into 2.7 2014-12-22 17:45:18 +01:00
Csrf Merge branch '2.6' into 2.7 2014-12-08 09:43:57 +01:00
Http [Security/Http] fix mock logger in test 2014-12-25 10:39:34 +01:00
Resources/translations Azerbaijani locale 2014-11-19 07:31:32 +01:00
Tests [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] Added the triggering of the security.interactive_login event after set of token 2014-12-16 23:44:31 +01:00
composer.json Merge branch '2.6' into 2.7 2014-12-16 21:28:45 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist Merge branch '2.3' into 2.5 2014-12-20 17:01:23 +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