Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.
/ LmcRbac Public archive

This repository is being abandoned. Please see LM-Commons/LmcRbac

License

Notifications You must be signed in to change notification settings

Laminas-Commons/LmcRbac

Repository files navigation

IMPORTANT!

This repository is abandoned. Please use the LM-Commons/LmcRbac

LmcRbac

Version Total Downloads License Master Branch Build Status Gitter Coverage Status Scrutinizer Code Quality

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 Laminas-Commons/LmcRbacMvc.

Work In Progress

Requirements

  • PHP 7.2 or higher

Optional

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:

$ php composer.phar require laminas-commons/lmc-rbac:^1.0

Enable the module by adding LmcRbac key to your application.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 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.

Support