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 f36f666548 minor #9920 removed unneeded use statements (fabpot)
This PR was merged into the 2.3 branch.

Discussion
----------

removed unneeded use statements

| Q             | A
| ------------- | ---
| License       | MIT

Commits
-------

7f9a366 removed unneeded use statements
2014-01-01 09:13:43 +01:00
..
Acl Merge branch '2.2' into 2.3 2013-11-23 22:11:41 +01:00
Core minor #9920 removed unneeded use statements (fabpot) 2014-01-01 09:13:43 +01:00
Http removed unneeded use statements 2014-01-01 08:52:14 +01:00
Resources/translations Merge branch '2.2' into 2.3 2013-10-17 13:48:01 +02:00
Tests [Security] fixed pre/post authentication checks 2013-12-31 11:55:25 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] added more info about the BCrypt change (refs #7853) 2013-04-26 11:39:57 +02:00
composer.json removed versions in composer.json files 2013-05-13 16:36:40 +02:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md Merge branch '2.2' into 2.3 2013-09-19 11:45:20 +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.3/book/security.html

Resources

You can run the unit tests with the following command:

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