PHPackages                             hornetalcala/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. hornetalcala/yii2-admin

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

hornetalcala/yii2-admin
=======================

RBAC Auth manager for Yii2

011PHP

Since Apr 16Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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/645dcad89cedf8e5142f140b7e0bbc29615ce0d555e08d5023ff0b1131553e05/68747470733a2f2f706f7365722e707567782e6f72672f686f726e6574616c63616c612f796969322d61646d696e2f762f756e737461626c65)](https://packagist.org/packages/hornetalcala/yii2-admin)[![Total Downloads](https://camo.githubusercontent.com/e31dafe3d643985378e597f62119f875f3532bbcd2841e3e97b14c1da0381e55/68747470733a2f2f706f7365722e707567782e6f72672f686f726e6574616c63616c612f796969322d61646d696e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/hornetalcala/yii2-admin)[![Daily Downloads](https://camo.githubusercontent.com/ab1c4a36420f4c125b25364107505daf40999a9fa4a607107c61fdf48b9304e6/68747470733a2f2f706f7365722e707567782e6f72672f686f726e6574616c63616c612f796969322d61646d696e2f642f6461696c79)](https://packagist.org/packages/hornetalcala/yii2-admin)[![License](https://camo.githubusercontent.com/81983716abc10cc5da1b87f1372db318ba88b44ab59afdca8e6dd1b5f4cc4e93/68747470733a2f2f706f7365722e707567782e6f72672f686f726e6574616c63616c612f796969322d61646d696e2f6c6963656e7365)](https://packagist.org/packages/hornetalcala/yii2-admin)[![Reference Status](https://camo.githubusercontent.com/33922dc43b6bd04f3bf75a8ba6ef57d4910fccf585eec17c03272b8dd5effdc3/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f686f726e6574616c63616c613a796969322d61646d696e2f7265666572656e63655f62616467652e737667)](https://www.versioneye.com/php/hornetalcala:yii2-admin/references)[![Build Status](https://camo.githubusercontent.com/c1e0748fd44e338725b3466b5c233e96d208726db649c1a5eb1333a65a669b17/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f686f726e6574616c63616c612f796969322d61646d696e2e737667)](http://travis-ci.org/hornetalcala/yii2-admin)[![Dependency Status](https://camo.githubusercontent.com/885b943a8212e7d4bafa71e4e9dc575710ff5a0ad22b9ea514f7fd28a169375a/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f686f726e6574616c63616c613a796969322d61646d696e2f6465762d6d61737465722f62616467652e706e67)](https://www.versioneye.com/php/hornetalcala:yii2-admin/dev-master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9da36a40a96996b99d5ccc37fdb761dd2345bf0e45554a4cb5b71660854b6fcf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f686f726e6574616c63616c612f796969322d61646d696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/hornetalcala/yii2-admin/?branch=master)[![Code Climate](https://camo.githubusercontent.com/8a55dd5f09b22d8a80d93e2c3cada223901e99dca7b5038bab03e203525d697b/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f686f726e6574616c63616c612f796969322d61646d696e2e737667)](https://codeclimate.com/github/hornetalcala/yii2-admin)

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

[](#documentation)

> **Important: If you install version 3.x, please see [this readme](https://github.com/hornetalcala/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://hornetalcala.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 hornetalcala/yii2-admin "~1.0"
or
php composer.phar require hornetalcala/yii2-admin "~2.0"

```

or for the dev-master

```
php composer.phar require hornetalcala/yii2-admin "2.x-dev"

```

Or, you may add

```
"hornetalcala/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/hornetalcala/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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/568940300be1381d03ff634894debd200daa7d2df2c6b8e3a1b67cbaceff3165?d=identicon)[hornetalcala](/maintainers/hornetalcala)

---

Top Contributors

[![hornetalcala](https://avatars.githubusercontent.com/u/1053509?v=4)](https://github.com/hornetalcala "hornetalcala (1 commits)")

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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