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

ActiveYii2-extension

mihaildev/yii2-backend
======================

The Backend extension for the Yii2 framework

1.0.1(10y ago)1151BSD-3-ClausePHP

Since May 3Pushed 10y ago3 watchersCompare

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

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

yii2-backend
============

[](#yii2-backend)

The Backend extension for the Yii2 framework

Config file.

```
        'preload'=>['backend'],
        ...
        'components' => [
        ...
                'backend' => [
                        'class' => 'mihaildev\backend\Component',

                        'onBackend' => function(){
                                Yii::$app->user->loginUrl = ['/backend/login'];
                        },
                        'onFrontend' => function(){
                                Yii::$app->user->loginUrl = ['/site/login'];
                        },

                ],
          ...
          ]
```

Controller (only for backend)

```
class SomeController extends Controller implements BackendControllerInterface{

}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

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 ~0 days

Total

2

Last Release

3661d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/599ba5cbc42df51994f967acfe194cf171160e0b4489e0a0a53aa90206168f42?d=identicon)[mihaildev](/maintainers/mihaildev)

---

Top Contributors

[![MihailDev](https://avatars.githubusercontent.com/u/2392194?v=4)](https://github.com/MihailDev "MihailDev (8 commits)")

---

Tags

yiibackend

### Embed Badge

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

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

###  Alternatives

[2amigos/yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension

298275.5k14](/packages/2amigos-yii2-usuario)

PHPackages © 2026

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