https://github.com/beastbytes/yii-rbam
Web interface for Yii3 RBAC
https://github.com/beastbytes/yii-rbam
Last synced: 3 months ago
JSON representation
Web interface for Yii3 RBAC
- Host: GitHub
- URL: https://github.com/beastbytes/yii-rbam
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2024-01-25T21:27:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-14T19:40:26.000Z (3 months ago)
- Last Synced: 2025-03-14T20:32:25.576Z (3 months ago)
- Language: PHP
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yii Role Based Access Manager (yii-rbam)
Yii extension to manage role based access.For license information see the [LICENSE](LICENSE.md) file.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/yii-rbam
```or add
```json
"beastbytes/yii-rbam": "^1.0.0"
```to the require section of your composer.json.