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

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

ekalokman/yii2-admin-iium
=========================

RBAC Auth manager for Yii2

042PHP

Since Oct 15Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/ekalokman/yii2-admin-iium)[ Packagist](https://packagist.org/packages/ekalokman/yii2-admin-iium)[ RSS](/packages/ekalokman-yii2-admin-iium/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)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/190a4098e384ecdbb0ae7a347e8805b7592352ba472e1996635050f903de125c/68747470733a2f2f706f7365722e707567782e6f72672f656b616c6f6b6d616e2f796969322d61646d696e2d6969756d2f762f756e737461626c65)](https://packagist.org/packages/ekalokman/yii2-admin-iium)[![Total Downloads](https://camo.githubusercontent.com/8a9f6dd43b88f4cff791b0b1d618cc891b3a4d4f9914a8e2f74d10747152510b/68747470733a2f2f706f7365722e707567782e6f72672f656b616c6f6b6d616e2f796969322d61646d696e2d6969756d2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ekalokman/yii2-admin-iium)[![Daily Downloads](https://camo.githubusercontent.com/5cd37d36ac84841e433b1dcc243c0355327f6869f39157882e157f8a4c4315c3/68747470733a2f2f706f7365722e707567782e6f72672f656b616c6f6b6d616e2f796969322d61646d696e2d6969756d2f642f6461696c79)](https://packagist.org/packages/ekalokman/yii2-admin-iium)[![License](https://camo.githubusercontent.com/83a1c077b6ea52ffe2b9b962f7d00cc37c5311918dcfabc75b53257ce41b2f9a/68747470733a2f2f706f7365722e707567782e6f72672f656b616c6f6b6d616e2f796969322d61646d696e2d6969756d2f6c6963656e7365)](https://packagist.org/packages/ekalokman/yii2-admin-iium)[![Reference Status](https://camo.githubusercontent.com/469067765e69e32666800def00c542927eaf8a0ce991f9c33d0ebb9ec3eb1983/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f656b616c6f6b6d616e3a796969322d61646d696e2d6969756d2f7265666572656e63655f62616467652e737667)](https://www.versioneye.com/php/ekalokman:yii2-admin-iium/references)[![Build Status](https://camo.githubusercontent.com/77e91e805465b6b217bd55b0664fa4f6975299207d9c6f7ca06dbb01167dacdb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f656b616c6f6b6d616e2f796969322d61646d696e2d6969756d2e737667)](http://travis-ci.org/ekalokman/yii2-admin-iium)[![Dependency Status](https://camo.githubusercontent.com/507db83ea75090f43e3facdbe3788e2e3f4d32f16e7cd7fb97b3063bffdfb598/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f656b616c6f6b6d616e3a796969322d61646d696e2d6969756d2f6465762d6d61737465722f62616467652e706e67)](https://www.versioneye.com/php/ekalokman:yii2-admin-iium/dev-master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ad8298f7b28a0a8c6c6f48e0b9a14e674ed19b8be543fd5779d7e7f689b54d57/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656b616c6f6b6d616e2f796969322d61646d696e2d6969756d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ekalokman/yii2-admin-iium/?branch=master)[![Code Climate](https://camo.githubusercontent.com/288d524f7f9ad8387389408394192b232f590312ec10719005b6324017239a46/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f656b616c6f6b6d616e2f796969322d61646d696e2d6969756d2e737667)](https://codeclimate.com/github/ekalokman/yii2-admin-iium)

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

[](#documentation)

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

```

or for the dev-master

```
php composer.phar require ekalokman/yii2-admin-iium "dev-main",

```

Or, you may add

```
"ekalokman/yii2-admin-iium": "dev-main",

```

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/ekalokman/yii2-admin-iium/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-iium-2.0.0',
        ...
    ]
];
```

[**More...**](docs/guide/configuration.md)

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance42

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/45843344?v=4)[ekalokman](/maintainers/ekalokman)[@ekalokman](https://github.com/ekalokman)

---

Top Contributors

[![ekalok](https://avatars.githubusercontent.com/u/156648451?v=4)](https://github.com/ekalok "ekalok (20 commits)")

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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