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
2015-01-03 11:28:05 +01:00
..
Acl Updated copyright to 2015 2015-01-01 14:13:41 +01:00
Core Merge branch '2.3' into 2.5 2015-01-03 09:01:13 +01:00
Csrf Updated copyright to 2015 2015-01-01 14:13:41 +01:00
Http adapted merge to 2.5 2015-01-03 11:28:05 +01:00
Resources/translations Azerbaijani locale 2014-11-19 07:31:32 +01:00
Tests adapted previous commit for 2.3 2015-01-03 11:25:34 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] Changed Security HTTP sub-component to depend on CSRF sub-component instead of Form 2013-09-27 10:08:57 +02:00
composer.json Test lowest versions of dependencies 2014-12-16 16:17:56 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01: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.5 2013-11-24 21:17:07 +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.5/book/security.html

Tests

You can run the unit tests with the following command:

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