Skip to content

beastbytes/yii2-rbam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBAM

Role Based Access Manager (RBAM) is a Yii2 Extension that provides web management UI for Yii2's Role Based Access Control (RBAC) system.

For license information see the LICENSE-file.

Documentation is at docs/index.md.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist beastbytes/yii2-rbam

or add

'beastbytes/yii2-rbam': '~1.0'

to the require section of your composer.json.