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
2015-01-21 21:14:55 +01:00
..
Acl Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
Core Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
Http Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
Resources/translations Azerbaijani locale 2014-11-19 07:31:32 +01:00
Tests [Security] Don't destroy the session on buggy php releases. 2015-01-07 09:13:06 +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 [2.3] Cleanup deprecations 2015-01-03 10:22:29 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +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