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 797b93b284 Merge branch '2.8'
* 2.8:
  Remove profiler storages
  deprecate finding deep items in request parameters
  [CssSelector] updated README
  [CssSelector] remove ConverterInterface
  [DependencyInjection] improved a comment for reading fluency
  [HttpKernel] change a class in tests to avoid depending on SQLite
  [FrameworkBundle] Fix tests
  [Bridge\Twig] Fix form lowest version
  [ci] Display fastest results first when running tests in parallel
  [Yaml] Improve newline handling in folded scalar blocks
2015-09-30 11:18:13 +02:00
..
Core Merge branch '2.8' 2015-09-29 16:08:28 +02:00
Csrf Merge branch '2.8' 2015-08-24 09:21:16 +02:00
Guard Merge branch '2.8' 2015-09-27 12:13:28 +02:00
Http Merge branch '2.8' 2015-09-30 11:18:13 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '2.8' 2015-09-26 09:20:46 +02:00
composer.json Merge branch '2.8' 2015-09-29 16:08:28 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist adding Guard tests 2015-09-20 19:24:20 -04:00
README.md Merge branch '2.8' 2015-05-12 17:48:43 +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:

https://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 install
$ phpunit