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

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

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.