beastbytes / yii2-rbam
Yii2 Extension that provides a UI for the Role Based Access Control (RBAC) system
1.0.1
2020-09-25 09:38 UTC
Requires
This package is auto-updated.
Last update: 2026-02-25 21:11:22 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.