An open API service indexing awesome lists of open source software.

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

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.