letyii/yii2-rbac-mongodb

RBAC Mongodb for Yiiframework 2

Installs: 4 178

Dependents: 1

Suggesters: 0

Security: 0

Stars: 10

Watchers: 7

Forks: 10

Open Issues: 1

pkg:composer/letyii/yii2-rbac-mongodb

1.0.1 2015-12-24 07:16 UTC

This package is not auto-updated.

Last update: 2025-10-11 22:30:03 UTC


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