Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/imanilchaudhari/yii2-mongodb-admin
- Owner: imanilchaudhari
- Created: 2018-02-15T04:28:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T03:53:22.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T15:22:29.449Z (3 months ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)