Download the PHP package lm-commons/lmc-rbac without Composer
On this page you can find all versions of the php package lm-commons/lmc-rbac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lm-commons/lmc-rbac
More information about lm-commons/lmc-rbac
Files in lm-commons/lmc-rbac
Package lmc-rbac
Short Description Laminas Module that provides a layer of features of Laminas\Permissions\Rbac
License MIT
Homepage http://www.github.com/LM-Commons/lmc-rbac
Informations about the package lmc-rbac
LmcRbac
Role-based access control module to provide additional features on top of Laminas\Permissions\Rbac
Requirements
- PHP 8.1 or higher
Optional
- DoctrineModule: if you want to use some built-in role and permission providers.
Upgrade
You can find an upgrade guide to quickly upgrade your application from major versions of LmcRbac.
Installation
LmcRbac only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org.
Install the module:
Enable 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.
Documentation
The official documentation is available here folder.
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/LmcRbac/issues.
- Ask questions in the LM-Commons Slack chat.
All versions of lmc-rbac with dependencies
laminas/laminas-permissions-rbac Version ^3.1
laminas/laminas-servicemanager Version ^3.15
laminas/laminas-stdlib Version ^3.1
doctrine/persistence Version ^2.0 || ^3.0