symfony / acl-bundle

Integrates the ACL Security component into Symfony applications.
https://symfony.com/acl-bundle
MIT License
114 stars 40 forks source link
acl bundle php symfony symfony-bundle

Access Control List Bundle

The ACL bundle makes it possible to grant authorization based on resources.

Read the bundle documentation.

Tests

You can run the unit tests with the following command:

$ cd path/to/acl-bundle/
$ composer.phar install --dev
$ ./vendor/bin/simple-phpunit