imanilchaudhari / yii2-mongodb-admin
Auth manager for Yii2 based on MongoDB (RBAC Manager)
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 1
Type:yii2-extension
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: 2024-11-07 00:56:49 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
.