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. [Framework](/categories/framework)
4. /
5. mihaildev/yii2-backend

ActiveYii2-extension[Framework](/categories/framework)

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 3w 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 52% 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

3709d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2392194?v=4)[Mihail](/maintainers/mihaildev)[@MihailDev](https://github.com/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

[yiisoft/yii2-queue

Yii2 Queue Extension which supports queues based on DB, Redis, RabbitMQ, Beanstalk, SQS, and Gearman

1.1k10.9M162](/packages/yiisoft-yii2-queue)[omnilight/yii2-scheduling

Scheduling extension for Yii2 framework

3151.1M8](/packages/omnilight-yii2-scheduling)[skeeks/yii2-assets-auto-compress

Automatically compile and merge files js + css + html in yii2 project

162447.8k6](/packages/skeeks-yii2-assets-auto-compress)[omnilight/yii2-shopping-cart

Yii2 extension that adds shopping cart functions

221112.5k4](/packages/omnilight-yii2-shopping-cart)[iiifx-production/yii2-autocomplete-helper

Yii2 Autocomplete Helper

4227.9k2](/packages/iiifx-production-yii2-autocomplete-helper)

PHPackages © 2026

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