PHPackages                             maddoger/yii2-cms-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. [Admin Panels](/categories/admin)
4. /
5. maddoger/yii2-cms-admin

ActiveYii2-extension[Admin Panels](/categories/admin)

maddoger/yii2-cms-admin
=======================

Admin panel for Yii2 CMS.

v1.0.13(10y ago)049CSS

Since Oct 12Pushed 10y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (7)Versions (14)Used By (0)

Yii2 Admin Panel Module by maddoger

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist maddoger/yii2-admin "*"

```

or add

```
"maddoger/yii2-admin": "*"

```

to the require section of your `composer.json` file.

\##Migration

```
./yii migrate --migrationPath="@maddoger/admin/migrations"

```

\##Configuration

```
...
'modules' => [
    ...
    'admin' => [
            'class' => 'maddoger\admin\Module',
        ],
    ],
    ...
],

'defaultRoute' => 'admin/site/index',
'layout' => '@maddoger/admin/views/layouts/main.php',
...

```

\##Components

```
'components' => [

    //Admin
    'urlManager' => [
        'rules' => [
            //Admin
            ' => 'admin/site/',
            '/' => 'admin//',
        ]
    ],
    'errorHandler' => [
        'errorAction' => 'admin/site/error',
    ],
...
]

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~9 days

Recently: every ~22 days

Total

13

Last Release

3749d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09bde1fb9f0bb0ef7e7b4e6d7d1e346b2c2f1b076bd757ef85722abb37a98000?d=identicon)[maddoger](/maintainers/maddoger)

---

Top Contributors

[![maddoger](https://avatars.githubusercontent.com/u/6214206?v=4)](https://github.com/maddoger "maddoger (31 commits)")

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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