dev-master
9999999-devModule containing additional RBAC management interfaces
GPL-3.0
The Requires
by Jeffrey Geyssens
by François-Xavier de Saint Pern
auth yii2 helper cli rbac gui auth_manager
Module containing additional RBAC management interfaces
Provides various interfaces to deal with routine RBAC tasks., (*2)
This extension is under heavy development and requires the use of Yii framework version 2.0.7 This version of the framework is currently in-active development, (*3)
This module should be considered highly unstable and it's use is discouraged until further notice (really), (*4)
This module aims to be a clean, modular and simple RBAC-administration module that can be used for Yii 2 projects version 2.0.7 and up., (*5)
A first goal is to provide a complete CLI wrapper to the default Yii2 RBAC interface. For this, the interface is kept as close to the programmatic interface as possible., (*6)
The preferred way to install this extension is through composer., (*7)
Either run, (*8)
$ php composer.phar require humanized/yii2-rbac "dev-master"
or add, (*9)
"humanized/yii2-rbac": "dev-master"
to the require
section of your composer.json
file., (*10)
Add following lines to the configuration file:, (*11)
'modules' => [ 'rbac' => [ 'class' => 'humanized\rbac\Module', ], ],
Module containing additional RBAC management interfaces
GPL-3.0
auth yii2 helper cli rbac gui auth_manager