PHPackages                             mdmsoftest/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. [HTTP &amp; Networking](/categories/http)
4. /
5. mdmsoftest/yii2-admin

ActiveYii2-extension[HTTP &amp; Networking](/categories/http)

mdmsoftest/yii2-admin
=====================

RBAC Auth manager for Yii2

3.2(10y ago)071BSD-3-ClausePHP

Since May 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kesiri/yii2-admin)[ Packagist](https://packagist.org/packages/mdmsoftest/yii2-admin)[ RSS](/packages/mdmsoftest-yii2-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (27)Used By (0)

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

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

GUI manager for RABC (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

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 80.3% 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 ~63 days

Recently: every ~150 days

Total

21

Last Release

3102d ago

Major Versions

1.0.5 → 2.0.02015-06-04

2.1 → 3.02015-08-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d65d6424ab36e861dc8be5c0d59a4a59a83b9d1df64a8e5261ef4a28b779109?d=identicon)[kesiriTyota](/maintainers/kesiriTyota)

---

Top Contributors

[![mdmunir](https://avatars.githubusercontent.com/u/5828252?v=4)](https://github.com/mdmunir "mdmunir (249 commits)")[![softark](https://avatars.githubusercontent.com/u/342857?v=4)](https://github.com/softark "softark (9 commits)")[![sosojni](https://avatars.githubusercontent.com/u/3853867?v=4)](https://github.com/sosojni "sosojni (9 commits)")[![hscstudio](https://avatars.githubusercontent.com/u/2976897?v=4)](https://github.com/hscstudio "hscstudio (6 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)")[![realtebo](https://avatars.githubusercontent.com/u/1268699?v=4)](https://github.com/realtebo "realtebo (2 commits)")[![jafaripur](https://avatars.githubusercontent.com/u/5066430?v=4)](https://github.com/jafaripur "jafaripur (2 commits)")[![marsuboss](https://avatars.githubusercontent.com/u/5856?v=4)](https://github.com/marsuboss "marsuboss (2 commits)")[![engineergym](https://avatars.githubusercontent.com/u/216024296?v=4)](https://github.com/engineergym "engineergym (2 commits)")[![firefox747](https://avatars.githubusercontent.com/u/10910907?v=4)](https://github.com/firefox747 "firefox747 (2 commits)")[![marciocamello](https://avatars.githubusercontent.com/u/4071580?v=4)](https://github.com/marciocamello "marciocamello (2 commits)")[![rubenheymans](https://avatars.githubusercontent.com/u/2543870?v=4)](https://github.com/rubenheymans "rubenheymans (1 commits)")[![shoxabbos](https://avatars.githubusercontent.com/u/8403807?v=4)](https://github.com/shoxabbos "shoxabbos (1 commits)")[![songlipeng2003](https://avatars.githubusercontent.com/u/89021?v=4)](https://github.com/songlipeng2003 "songlipeng2003 (1 commits)")[![taufikherjanto](https://avatars.githubusercontent.com/u/7003766?v=4)](https://github.com/taufikherjanto "taufikherjanto (1 commits)")[![vilkh3m](https://avatars.githubusercontent.com/u/1915186?v=4)](https://github.com/vilkh3m "vilkh3m (1 commits)")[![ApexWire](https://avatars.githubusercontent.com/u/2697129?v=4)](https://github.com/ApexWire "ApexWire (1 commits)")[![wilwade](https://avatars.githubusercontent.com/u/1252199?v=4)](https://github.com/wilwade "wilwade (1 commits)")[![cgernert](https://avatars.githubusercontent.com/u/17023559?v=4)](https://github.com/cgernert "cgernert (1 commits)")

---

Tags

restauthrbacyiiadminangularjs

### Embed Badge

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

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

###  Alternatives

[mdmsoft/yii2-admin

RBAC Auth manager for Yii2

1.2k1.5M37](/packages/mdmsoft-yii2-admin)[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)
