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 7690af17a8 Merge branch '2.7'
* 2.7:
  Update filesystem readme.md to include exists method
  Add machine readable events
  Fixed minor typo
  [FrameworkBundle] Fix server start in case the PHP binary is not found
  Update UPGRADE-2.6.md
  [HttpKernel][2.6] Adding support for invokable controllers in the RequestDataCollector
  fixed typo
  [Translations] Added missing Hebrew language trans-unit sources
  [DependencyInjection] inlined factory not referenced
  Fixed case for empty folder
  Fixed whitespace control for password form widget
  [Routing] correctly initialize condition as string
2014-11-16 18:28:29 +01:00
..
Acl updated version to 3.0 2014-11-11 09:37:22 +01:00
Core Merge branch '2.7' 2014-11-16 18:28:29 +01:00
Csrf updated version to 3.0 2014-11-11 09:37:22 +01:00
Http Merge branch '2.7' 2014-11-16 18:28:29 +01:00
Resources/translations [Translations] Added missing Hebrew language trans-unit sources 2014-11-12 09:10:13 +01:00
Tests Merge branch '2.5' 2014-10-26 08:46:28 +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 3.0 2014-11-11 09:37:22 +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 3.0 2014-11-11 09:37:22 +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/3.0/book/security.html

Tests

You can run the unit tests with the following command:

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