imanilchaudhari / yii2-mongodb-admin
Auth manager for Yii2 based on MongoDB (RBAC Manager)
Package info
github.com/imanilchaudhari/yii2-mongodb-admin
Type:yii2-extension
pkg:composer/imanilchaudhari/yii2-mongodb-admin
1.0
2018-02-15 04:30 UTC
Requires
- yiisoft/yii2: ~2.0.7
- yiisoft/yii2-mongodb: *
Requires (Dev)
- yiisoft/yii2-codeception: ~2.0
Suggests
- yiisoft/yii2-bootstrap: Used when using layout 'left-menu', 'right-menu' or 'top-menu'
This package is auto-updated.
Last update: 2026-03-07 04:02:51 UTC
README
GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user 😄.
Installation
Install With Composer
The preferred way to install this extension is through composer.
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.