Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imanilchaudhari/yii2-mongodb-admin

Auth manager for Yii2 based on MongoDB (RBAC Manager)
https://github.com/imanilchaudhari/yii2-mongodb-admin

Last synced: about 2 months ago
JSON representation

Auth manager for Yii2 based on MongoDB (RBAC Manager)

Awesome Lists containing this project

README

        

RBAC Manager for Yii2 Based On MongoDB
======================================
GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user :smile:.

Installation
------------

### Install With Composer

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require imanilchaudhari/yii2-mongodb-admin "~1.0"
```

Or, you may add

```
"imanilchaudhari/yii2-mongodb-admin": "~1.0"
```
to the require section of your `composer.json` file and execute `php composer.phar update`.

[**MongoDB version of Yii2 Admin**](https://github.com/mdmsoft/yii2-admin)