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
Fabien Potencier c4615bfc93 Merge branch '2.4' into 2.5
* 2.4:
  [DependencyInjection] fix @return anno created by PhpDumper
  Fixed the phpdoc of the VoterInterface
  [DoctrineBridge] Fix empty parameter logging in the dbal logger
  Fixed #11675 ValueToDuplicatesTransformer accept "0" value
  check for the correct field type
  fix handling of nullable XML attributes
  [DomCrawler] fix the axes handling in a bc way

Conflicts:
	src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php
	src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php
2014-08-26 16:16:33 +02:00
..
Acl Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Core Merge branch '2.4' into 2.5 2014-08-26 16:16:33 +02:00
Csrf Merge branch '2.4' 2014-05-12 11:28:39 +02:00
Http Merge branch '2.4' into 2.5 2014-07-28 15:20:46 +02:00
Resources/translations minor #10708 Add support Thai translations (liverbool) 2014-04-15 07:28:39 +02:00
Tests [Security] Add check for supported attributes in AclVoter 2014-05-08 18:38:48 +02: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 updated version to 2.5 2013-11-24 21:17:07 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist Merge branch '2.3' into 2.4 2014-07-09 11:04:55 +02: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