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/Acl
2015-04-11 23:38:32 +02:00
..
Dbal Merge branch '2.3' into 2.6 2015-03-30 17:54:10 +02:00
Domain Merge branch '2.3' into 2.6 2015-04-08 07:30:27 +02:00
Exception [SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException 2015-03-21 18:52:06 +01:00
Model Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00
Permission Merge branch '2.6' into 2.7 2015-03-30 17:55:07 +02:00
Resources Updated generateSql tool 2014-12-30 09:47:24 +01:00
Tests Merge branch '2.3' into 2.6 2015-03-30 17:54:10 +02:00
Voter [DX] Attempt to improve logging messages with parameters 2015-01-16 16:11:12 +01:00
.gitignore [Security] Split the component into 3 sub-components Core, ACL, HTTP 2013-09-18 09:16:41 +02:00
composer.json Use PSR-4 everywhere instead of PSR-0 2015-04-11 23:38:32 +02:00
LICENSE Updated copyright to 2015 2015-01-01 14:13:41 +01:00
phpunit.xml.dist Merge branch '2.3' into 2.6 2015-02-24 12:52:21 +01:00
README.md updated version to 2.7 2014-11-10 19:00:54 +01:00

Security Component - ACL (Access Control List)

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.7/book/security.html

Tests

You can run the unit tests with the following command:

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