PHPackages                             kvr001/yii2-admin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kvr001/yii2-admin

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

kvr001/yii2-admin
=================

RBAC Auth manager for Yii2

4.0.1(3y ago)02.1kBSD-3-ClausePHP

Since May 27Pushed 3y agoCompare

[ Source](https://github.com/kvr001/yii2-admin)[ Packagist](https://packagist.org/packages/kvr001/yii2-admin)[ RSS](/packages/kvr001-yii2-admin/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (2)Versions (32)Used By (0)

RBAC Manager for Yii 2
======================

[](#rbac-manager-for-yii-2)

GUI manager for RBAC (Role Base Access Control) Yii2. Easy to manage authorization of user 😄.

[![Latest Unstable Version](https://camo.githubusercontent.com/fa4f787660d55e9ec25d737c33d7650f669293cade1f08070cd8cbf60e566486/68747470733a2f2f706f7365722e707567782e6f72672f6d646d736f66742f796969322d61646d696e2f762f756e737461626c65)](https://packagist.org/packages/mdmsoft/yii2-admin)[![Total Downloads](https://camo.githubusercontent.com/79a876dc592dc0bb781ca38809f772026fbd3a85fef1e66e78b7baeb489c86bd/68747470733a2f2f706f7365722e707567782e6f72672f6d646d736f66742f796969322d61646d696e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mdmsoft/yii2-admin)[![Daily Downloads](https://camo.githubusercontent.com/d231440fb94f1af683ef157197b18bf2f1da969a46ddad6f290d11919540fcec/68747470733a2f2f706f7365722e707567782e6f72672f6d646d736f66742f796969322d61646d696e2f642f6461696c79)](https://packagist.org/packages/mdmsoft/yii2-admin)[![License](https://camo.githubusercontent.com/6e37314c5ee8bec9b5c01c42df299f7077f6be31c1a0dea7ce89562de3bf4013/68747470733a2f2f706f7365722e707567782e6f72672f6d646d736f66742f796969322d61646d696e2f6c6963656e7365)](https://packagist.org/packages/mdmsoft/yii2-admin)[![Reference Status](https://camo.githubusercontent.com/64008f2a40b714cc6f2d5c24ec9a63507cc5fd6a84b93ab935b43a419d4cd667/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6d646d736f66743a796969322d61646d696e2f7265666572656e63655f62616467652e737667)](https://www.versioneye.com/php/mdmsoft:yii2-admin/references)[![Build Status](https://camo.githubusercontent.com/f168dab52572873608e462854064815ab751f3e73e3e9f1f146ab35b0d78cd09/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d646d736f66742f796969322d61646d696e2e737667)](http://travis-ci.org/mdmsoft/yii2-admin)[![Dependency Status](https://camo.githubusercontent.com/c85d2892260d31743aba73496583c85a467f373a23767b738f1b4afb79263463/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6d646d736f66743a796969322d61646d696e2f6465762d6d61737465722f62616467652e706e67)](https://www.versioneye.com/php/mdmsoft:yii2-admin/dev-master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6cc6b1bd18554a147149ab0b79d5646f96b1db158a1c19c5ae88a367cfe62814/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d646d736f66742f796969322d61646d696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mdmsoft/yii2-admin/?branch=master)[![Code Climate](https://camo.githubusercontent.com/44d73e472f473fd1522426c23dddb7b532197e1b9dc13ec7be548f37c76ab864/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f6d646d736f66742f796969322d61646d696e2e737667)](https://codeclimate.com/github/mdmsoft/yii2-admin)

Documentation
-------------

[](#documentation)

> **Important: If you install version 3.x, please see [this readme](https://github.com/mdmsoft/yii2-admin/blob/3.master/README.md#upgrade-from-2x).**

- [Change Log](CHANGELOG.md).
- [Authorization Guide](http://www.yiiframework.com/doc-2.0/guide-security-authorization.html). Important, read this first before you continue.
- [Basic Configuration](docs/guide/configuration.md)
- [Basic Usage](docs/guide/basic-usage.md).
- [User Management](docs/guide/user-management.md).
- [Using Menu](docs/guide/using-menu.md).
- [Api](https://mdmsoft.github.io/yii2-admin/index.html).

Installation
------------

[](#installation)

### Install With Composer

[](#install-with-composer)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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

[](#install-from-the-archive)

Download the latest release from here [releases](https://github.com/mdmsoft/yii2-admin/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...**](docs/guide/configuration.md)

[screenshots](https://goo.gl/r8RizT)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 74.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~117 days

Recently: every ~162 days

Total

26

Last Release

1433d ago

Major Versions

1.0.5 → 2.0.02015-06-04

2.1 → 3.02015-08-23

2.12 → 4.02022-06-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ac7a6b081461d99924c311e7432c3c8e92a398fb679f31e102b24478b297330?d=identicon)[kvr001](/maintainers/kvr001)

---

Top Contributors

[![mdmunir](https://avatars.githubusercontent.com/u/5828252?v=4)](https://github.com/mdmunir "mdmunir (253 commits)")[![sihar](https://avatars.githubusercontent.com/u/4416176?v=4)](https://github.com/sihar "sihar (21 commits)")[![sosojni](https://avatars.githubusercontent.com/u/3853867?v=4)](https://github.com/sosojni "sosojni (9 commits)")[![softark](https://avatars.githubusercontent.com/u/342857?v=4)](https://github.com/softark "softark (9 commits)")[![hscstudio](https://avatars.githubusercontent.com/u/2976897?v=4)](https://github.com/hscstudio "hscstudio (6 commits)")[![kvr001](https://avatars.githubusercontent.com/u/7407306?v=4)](https://github.com/kvr001 "kvr001 (4 commits)")[![iforme](https://avatars.githubusercontent.com/u/5034903?v=4)](https://github.com/iforme "iforme (4 commits)")[![kongoon](https://avatars.githubusercontent.com/u/186737?v=4)](https://github.com/kongoon "kongoon (3 commits)")[![jafaripur](https://avatars.githubusercontent.com/u/5066430?v=4)](https://github.com/jafaripur "jafaripur (2 commits)")[![firefox747](https://avatars.githubusercontent.com/u/10910907?v=4)](https://github.com/firefox747 "firefox747 (2 commits)")[![realtebo](https://avatars.githubusercontent.com/u/1268699?v=4)](https://github.com/realtebo "realtebo (2 commits)")[![engineergym](https://avatars.githubusercontent.com/u/216024296?v=4)](https://github.com/engineergym "engineergym (2 commits)")[![marsuboss](https://avatars.githubusercontent.com/u/5856?v=4)](https://github.com/marsuboss "marsuboss (2 commits)")[![re3lex](https://avatars.githubusercontent.com/u/4106391?v=4)](https://github.com/re3lex "re3lex (2 commits)")[![marciocamello](https://avatars.githubusercontent.com/u/4071580?v=4)](https://github.com/marciocamello "marciocamello (2 commits)")[![zakdma](https://avatars.githubusercontent.com/u/12795788?v=4)](https://github.com/zakdma "zakdma (1 commits)")[![cgernert](https://avatars.githubusercontent.com/u/17023559?v=4)](https://github.com/cgernert "cgernert (1 commits)")[![itzen](https://avatars.githubusercontent.com/u/8614041?v=4)](https://github.com/itzen "itzen (1 commits)")[![Majestic3691](https://avatars.githubusercontent.com/u/10051704?v=4)](https://github.com/Majestic3691 "Majestic3691 (1 commits)")[![noname007](https://avatars.githubusercontent.com/u/8514816?v=4)](https://github.com/noname007 "noname007 (1 commits)")

---

Tags

authrbacyiiadmin

### Embed Badge

![Health badge](/badges/kvr001-yii2-admin/health.svg)

```
[![Health](https://phpackages.com/badges/kvr001-yii2-admin/health.svg)](https://phpackages.com/packages/kvr001-yii2-admin)
```

###  Alternatives

[windhoney/yii2-rest-rbac

RBAC Auth manager for Yii2 RESTful

811.2k](/packages/windhoney-yii2-rest-rbac)[izyue/yii2-admin

RBAC Auth manager for Yii2

391.8k](/packages/izyue-yii2-admin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
