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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?