symfony / acl-bundle
Symfony AclBundle
                                    Fund package maintenance!
                                                                            
                                                                                                                                        fabpot
                                                                                    
                                                                            
                                                                                                                                        nicolas-grekas
                                                                                    
                                                                            
                                                                                                                                        symfony.com/sponsor
                                                                                    
                                                                            
                                                                                                                                        Tidelift
                                                                                    
                                                                
Installs: 3 368 154
Dependents: 12
Suggesters: 7
Security: 0
Stars: 118
Watchers: 17
Forks: 41
Open Issues: 1
Type:symfony-bundle
pkg:composer/symfony/acl-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