Download the PHP package lm-commons/lmc-rbac-mvc without Composer
On this page you can find all versions of the php package lm-commons/lmc-rbac-mvc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lm-commons/lmc-rbac-mvc
More information about lm-commons/lmc-rbac-mvc
Files in lm-commons/lmc-rbac-mvc
Package lmc-rbac-mvc
Short Description Laminas Framework MVC Module that provides a layer of features of Laminas\Permissions\Rbac
License MIT
Homepage https://www.github.com/Lm-Commons/LmcRbacMvc
Informations about the package lmc-rbac-mvc
LmcRbacMvc
Role-based access control module to provide additional features on top of Zend\Permissions\Rbac
Requirements
- PHP 8.1 or higher
- Laminas Components 3.x or higher
Optional
- 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 Laminas Developer toolbar.
Upgrade
LmcRbacMvc introduces breaking changes from zfcrbac v2:
- The namespace has been changed from
ZfcRbac
toLmcRbacMvc
. - The key
zfc_rbac
in autoload and module config files has been replaced by thelmc_rbac
key.
You can find an upgrade guide to quickly upgrade your application from major versions of ZfcRbac.
Installation
LmcRbacMvc only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org.
Install the module:
Enable the module by adding LmcRbacMvc
key to your application.config.php
or modules.config.php
file. Customize the module by copy-pasting
the lmc_rbac.global.php.dist
file to your config/autoload
folder.
Documentation
The official documentation is available here.
You can also find some Doctrine entities in the /data folder that will help you to more quickly take advantage of LmcRbac.
Support
- File issues at https://github.com/LM-Commons/LmcRbacMvc/issues.
- Ask questions in the LM-Commons Slack chat.
All versions of lmc-rbac-mvc with dependencies
laminas/laminas-config Version ^3.1
laminas/laminas-eventmanager Version ^3.0
laminas/laminas-mvc Version ^3.0
laminas/laminas-servicemanager Version ^3.0
lm-commons/lmc-rbac Version ^2.0