ep-omar / acl-bundle-ep
Symfony AclBundle
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 40
Type:symfony-bundle-ep
Requires
- php: >=7.2.9
- ext-xml: *
- symfony/dependency-injection: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/security-acl: ^3.0
- symfony/security-bundle: ^4.4|^5.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
- symfony/framework-bundle: ^4.4|^5.0
- symfony/phpunit-bridge: ^5.0
- symfony/yaml: ^4.4|^5.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