letyii/yii2-rbac-mongodb
最新稳定版本:1.0.1
Composer 安装命令:
composer require letyii/yii2-rbac-mongodb
包简介
RBAC Mongodb for Yiiframework 2
README 文档
README
RBAC Mongodb for Yiiframework 2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "letyii/yii2-rbac-mongodb" "dev-master"
or add
"letyii/yii2-rbac-mongodb": "dev-master"
to the require section of your application's composer.json file.
Usage Example
'components' => [ // the rest of your components section 'authManager' => [ 'class' => 'letyii\rbacmongodb\MongodbManager', ], ]
github: https://github.com/letyii/yii2-rbac-mongodb
packagist: https://packagist.org/packages/letyii/yii2-rbac-mongodb
统计信息
- 总下载量: 4.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-31