toir427 / yii2-admin
RBAC Auth manager for Yii2
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:yii2-extension
pkg:composer/toir427/yii2-admin
Requires
- yiisoft/yii2: ~2.0.7
Requires (Dev)
- yiisoft/yii2-codeception: ~2.0
Suggests
- yiisoft/yii2-bootstrap: Used when using layout 'left-menu', 'right-menu' or 'top-menu'
This package is auto-updated.
Last update: 2025-10-18 01:44:27 UTC
README
GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user 😄.
Credits
This extension has been picked up from mdmsoft's yii2-admin and has been customised to work with RBAC. Great work mdmsoft!
Documentation
Important: If you install version 3.x, please see this readme.
- Change Log.
- Authorization Guide. Important, read this first before you continue.
- Basic Configuration
- Basic Usage.
- User Management.
- Using Menu.
- Api.
Installation
Install With Composer
The preferred way to install this extension is through composer.
Either run
composer require toir427/yii2-admin "@dev"
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' => [ '@toir427/admin' => 'path/to/your/extracted', // for example: '@toir427/admin' => '@app/extensions/toir427/yii2-admin-2.0.0', ... ] ];