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 b1542f0620 Merge branch '2.3'
* 2.3:
  [Locale] added support for the position argument to NumberFormatter::parse()
  [Locale] added some more stubs for the number formatter
  [Yaml] fixed typo
  [Yaml] fixed a test on PHP < 5.4
  [DomCrawler]Crawler guess charset from html
  fixed PHP 5.3 compatibility
  [Yaml] reverted previous merge partially (refs #8897)
  [Security] remove unused logger
  [Security] fix typo
  [Yaml] Fixed filename in the ParseException message
2013-09-22 20:04:51 +02:00
..
Acl Merge branch '2.3' 2013-09-19 11:47:34 +02:00
Core [ExpressionLanguage] renamed addFunction() to register() 2013-09-21 20:20:49 +02:00
Http Merge branch '2.3' 2013-09-22 20:04:51 +02:00
Resources/translations added greek translation 2013-07-19 12:20:37 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] added a missing CHANGELOG enrty 2013-08-30 15:09:09 +02:00
composer.json merged branch fabpot/expression-engine (PR #8913) 2013-09-19 13:00:34 +02:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
phpunit.xml.dist [Security] Split the component into 3 sub-components Core, ACL, HTTP 2013-09-18 09:16:41 +02:00
README.md Merge branch '2.3' 2013-09-19 11:47:34 +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.4/book/security.html

Tests

You can run the unit tests with the following command:

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