letyii/yii2-rbac-mongodb

为 Yiiframework 2 的 RBAC Mongodb

1.0.1 2015-12-24 07:16 UTC

This package is not auto-updated.

Last update: 2024-09-14 16:56:49 UTC


README

为 Yiiframework 2 的 RBAC Mongodb

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一:

php composer.phar require "letyii/yii2-rbac-mongodb" "dev-master"

或添加以下内容到您的应用程序的 composer.json 文件的 require 部分:

"letyii/yii2-rbac-mongodb": "dev-master"

to the require section of your application's composer.json file.

使用示例

'components' => [
    // the rest of your components section
    'authManager' => [
        'class' => 'letyii\rbacmongodb\MongodbManager',
    ],
]

github: https://github.com/letyii/yii2-rbac-mongodb

packagist: https://packagist.org.cn/packages/letyii/yii2-rbac-mongodb