yii2-admin

Auth manager for Yii2 (RBAC Manager)

  • 所有者: mdmsoft/yii2-admin
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者mdmsoft/yii2-admin
主编程语言PHP
编程语言PHP (语言数: 4)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2013-11-25 09:47:03
推送于2023-07-08 00:03:20
最后一次提交2022-10-27 10:35:06
发布数25
最新版本名称2.12 (发布于 )
第一版名称alpha (发布于 )
用户参与
星数1.2k
关注者数128
派生数583
提交数395
已启用问题?
问题数364
打开的问题数183
拉请求数73
打开的拉请求数10
关闭的拉请求数35
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?