PHPackages                             dmstr/yii2-backend-module - 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. dmstr/yii2-backend-module

ActiveYii2-extension

dmstr/yii2-backend-module
=========================

Admin Dashboard

2.3.1(5mo ago)1972.4k—7.7%93BSD-3-ClausePHPCI failing

Since Apr 6Pushed 5mo ago6 watchersCompare

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

READMEChangelog (10)Dependencies (10)Versions (111)Used By (3)

Backend module for Yii 2.0 Framework
====================================

[](#backend-module-for-yii-20-framework)

[![Latest Stable Version](https://camo.githubusercontent.com/507447b0dd7d53b6f34091421e60efc15625a8017db6fc953682fc547507631a/68747470733a2f2f706f7365722e707567782e6f72672f646d7374722f796969322d6261636b656e642d6d6f64756c652f762f737461626c652e737667)](https://packagist.org/packages/dmstr/yii2-backend-module)[![Total Downloads](https://camo.githubusercontent.com/c90dc4bc7f65b961d6398e3bcdaf21ad77139bd1bddc4960c023208d5aecead6/68747470733a2f2f706f7365722e707567782e6f72672f646d7374722f796969322d6261636b656e642d6d6f64756c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/dmstr/yii2-backend-module)[![License](https://camo.githubusercontent.com/2458a9fec8a49a738ea5bcea1f20b7acff47d2aad123ad3dd42a4bda57cb1d0b/68747470733a2f2f706f7365722e707567782e6f72672f646d7374722f796969322d6261636b656e642d6d6f64756c652f6c6963656e73652e737667)](https://packagist.org/packages/dmstr/yii2-backend-module)

### AdminLTE Dashboard

[](#adminlte-dashboard)

[![Screenshot](https://raw.githubusercontent.com/dmstr/gh-media/master/dmstr/yii2-backend-module/backend-default-index.png)](https://raw.githubusercontent.com/dmstr/gh-media/master/dmstr/yii2-backend-module/backend-default-index.png)

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

[](#installation)

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

```
composer require dmstr/yii2-backend-module

```

- Requires `loveorigami/yii2-notification-wrapper`

Usage
-----

[](#usage)

Add module to application configuration

```
'backend' => [
    'class' => 'dmstr\modules\backend\Module',
    'layout' => '@backend/views/layouts/main',
],

```

### Minimalistic Login view from AdminLTE 2

[](#minimalistic-login-view-from-adminlte-2)

```
'modules' => [
    'user' => [
        'controllerMap' => [
            'security' => [
                'class' => Da\User\Controller\SecurityController::class,
                'layout' => '@backend/views/layouts/login'
            ],
            'recovery' => [
                'class' => Da\User\Controller\RecoveryController::class,
                'layout' => '@backend/views/layouts/login'
            ],
            'registration' => [
                'class' => Da\User\Controller\RegistrationController::class,
                'layout' => '@backend/views/layouts/login'
            ]
        ]
    ]
]

```

### Params

[](#params)

- `context.menuItems` menu items to be shown, i.e. used by `dmstr/yii2-prototype-module`

### Settings

[](#settings)

*from `settings` module*

- `backend.adminlte.skin` default `black-light`
- `backend.adminlte.sidebar` default `sidebar-mini`
- `backend.adminlte.navBarIcon` default `heart`
- `frontend.backendWidget` default `modal`
- `frontend.backendButtonsInModal` (experimental)

---

#### [![dmstr logo](https://camo.githubusercontent.com/4a62a35a7eb620fd4540cbaa6712caa42674aa6619344ec3e37460aa1225bd01/687474703a2f2f742e7068756e64616d656e742e636f6d2f646d7374722d31362d63726f707065642e706e67)](https://camo.githubusercontent.com/4a62a35a7eb620fd4540cbaa6712caa42674aa6619344ec3e37460aa1225bd01/687474703a2f2f742e7068756e64616d656e742e636f6d2f646d7374722d31362d63726f707065642e706e67) Built by [dmstr](http://diemeisterei.de)

[](#-built-by-dmstr)

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance73

Regular maintenance activity

Popularity40

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 72.6% 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 ~35 days

Recently: every ~135 days

Total

102

Last Release

153d ago

Major Versions

0.7.3 → 1.0.0-beta12018-06-18

1.2.2 → 2.0.02020-06-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b4ab2b6685ec71887908ec8cff261a16cd5bb24c69bb8ab52840e220f175f9d?d=identicon)[schmunk](/maintainers/schmunk)

---

Top Contributors

[![schmunk42](https://avatars.githubusercontent.com/u/649031?v=4)](https://github.com/schmunk42 "schmunk42 (135 commits)")[![eluhr](https://avatars.githubusercontent.com/u/13000805?v=4)](https://github.com/eluhr "eluhr (40 commits)")[![handcode](https://avatars.githubusercontent.com/u/825574?v=4)](https://github.com/handcode "handcode (6 commits)")[![marc7000](https://avatars.githubusercontent.com/u/1118837?v=4)](https://github.com/marc7000 "marc7000 (4 commits)")[![cebe](https://avatars.githubusercontent.com/u/189796?v=4)](https://github.com/cebe "cebe (1 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/dmstr-yii2-backend-module/health.svg)

```
[![Health](https://phpackages.com/badges/dmstr-yii2-backend-module/health.svg)](https://phpackages.com/packages/dmstr-yii2-backend-module)
```

###  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)[dmstr/yii2-pages-module

Application sitemap and navigation manager module for Yii 2.0 Framework

3177.5k2](/packages/dmstr-yii2-pages-module)

PHPackages © 2026

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