symfony / acl-bundle
Symfony AclBundle
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 2 954 192
Dependents: 12
Suggesters: 7
Security: 0
Stars: 113
Watchers: 17
Forks: 40
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=7.2.9
- ext-xml: *
- symfony/dependency-injection: ^4.4|^5.0|^6.0|^7.0
- symfony/http-kernel: ^4.4|^5.0|^6.0|^7.0
- symfony/security-acl: ^3.0
- symfony/security-bundle: ^4.4|^5.0|^6.0|^7.0
Requires (Dev)
- doctrine/dbal: ^2.13.1|^3.1
- doctrine/doctrine-bundle: ^1.6.12|^2.0
- doctrine/orm: ^2.7.3
- symfony/console: ^4.4|^5.0|^6.0|^7.0
- symfony/framework-bundle: ^4.4|^5.0|^6.0|^7.0
- symfony/phpunit-bridge: ^5.0|^6.0|^7.0
- symfony/yaml: ^4.4|^5.0|^6.0|^7.0
Suggests
- doctrine/doctrine-bundle: To use the default dbal configuration
Conflicts
- doctrine/dbal: <2.13.1|~3.0.0
README
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