Role-based access control module to provide additional features on top of Zend\Permissions\Rbac
Based on ZF-Commons/zfc-rbac v3.x. If you are looking for the Laminas version of zfc-rbac v2, please use LM-Commons/LmcRbacMvc.
- PHP 7.2 or higher
- DoctrineModule: if you want to use some built-in role and permission providers.
- Laminas\DeveloperTools: if you want to have useful stats added to the Zend Developer toolbar.
You can find an upgrade guide to quickly upgrade your application from major versions of LmcRbac.
LmcRbac only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org.
Install the module:
$ php composer.phar require lm-commons/lmc-rbac:^1.1Enable the module by adding LmcRbac key to your application.config.php file. Customize the module by copy-pasting
the config.global.php file to your config/autoload folder.
The official documentation is available in the /docs folder.
You can also find some Doctrine entities in the /data folder that will help you to more quickly take advantage of LmcRbac.
- File issues at https://github.com/LM-Commons/LmcRbac/issues.
- Ask questions in the LM-Commons gitter chat.
