effiana / acl-bundle
Symfony AclBundle
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 40
Type:symfony-bundle
Requires
- php: ^5.5.9|>=7.0.8
- ext-xml: *
- symfony/dependency-injection: ~3.4|~4.0
- symfony/http-kernel: ~3.4|~4.0
- symfony/security-acl: ~2.7|~3.0
- symfony/security-bundle: ~3.4|~4.0
Requires (Dev)
- doctrine/doctrine-bundle: ^1.6.12
- symfony/console: ~3.4|~4.0
- symfony/framework-bundle: ~3.4|~4.0
- symfony/phpunit-bridge: ~3.4|~4.0
- symfony/yaml: ~3.4|~4.0
Suggests
- doctrine/doctrine-bundle: To use the default dbal configuration
This package is auto-updated.
Last update: 2024-10-29 05:53:08 UTC
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