https://github.com/beastbytes/yii2-rbam
Web UI for Yii2 RBAC
https://github.com/beastbytes/yii2-rbam
Last synced: 8 months ago
JSON representation
Web UI for Yii2 RBAC
- Host: GitHub
- URL: https://github.com/beastbytes/yii2-rbam
- Owner: beastbytes
- License: other
- Created: 2020-09-24T15:39:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T09:39:23.000Z (over 5 years ago)
- Last Synced: 2025-03-29T05:25:29.575Z (about 1 year ago)
- Language: PHP
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](LICENSE.md)-file.
Documentation is at [docs/index.md](docs/index.md).
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/yii2-rbam
```
or add
```json
'beastbytes/yii2-rbam': '~1.0'
```
to the `require` section of your composer.json.