beastbytes / yii2-rbam
Yii2 Extension that provides a UI for the Role Based Access Control (RBAC) system
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:yii2-extension
Requires
This package is auto-updated.
Last update: 2024-10-25 18:13:42 UTC
README
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.