yii2-admin

Auth manager for Yii2 (RBAC Manager)

  • Owner: mdmsoft/yii2-admin
  • Platform:
  • License:: GNU General Public License v3.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

RBAC Manager for Yii 2

GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user :smile:.

Latest Unstable Version
Total Downloads
Daily Downloads
License
Reference Status
Build Status
Dependency Status
Scrutinizer Code Quality
Code Climate

Documentation

Important: If you install version 3.x, please see this readme.

Installation

Install With Composer

The preferred way to install this extension is through composer.

Either run

php composer.phar require mdmsoft/yii2-admin "~1.0"
or
php composer.phar require mdmsoft/yii2-admin "~2.0"

or for the dev-master

php composer.phar require mdmsoft/yii2-admin "2.x-dev"

Or, you may add

"mdmsoft/yii2-admin": "~2.0"

to the require section of your composer.json file and execute php composer.phar update.

Install From the Archive

Download the latest release from here releases, then extract it to your project.
In your application config, add the path alias for this extension.

return [
    ...
    'aliases' => [
        '@mdm/admin' => 'path/to/your/extracted',
        // for example: '@mdm/admin' => '@app/extensions/mdm/yii2-admin-2.0.0',
        ...
    ]
];

More...

screenshots

Main metrics

Overview
Name With Ownermdmsoft/yii2-admin
Primary LanguagePHP
Program languagePHP (Language Count: 4)
Platform
License:GNU General Public License v3.0
所有者活动
Created At2013-11-25 09:47:03
Pushed At2023-07-08 00:03:20
Last Commit At2022-10-27 10:35:06
Release Count25
Last Release Name2.12 (Posted on )
First Release Namealpha (Posted on )
用户参与
Stargazers Count1.2k
Watchers Count128
Fork Count583
Commits Count395
Has Issues Enabled
Issues Count364
Issue Open Count183
Pull Requests Count73
Pull Requests Open Count10
Pull Requests Close Count35
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private