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

ActiveLibrary

denis909/yii2-backend
=====================

051PHP

Since Feb 20Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#yii2-backend)

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

[](#installation)

backend/config/main.php

```
return [
    ...
    'components' => [
        'urlManager' => [
            'rules' => [
                'site/login' => 'login',
                'site/logout' => 'logout'
            ]
        ]
    ]
    ...
];

```

common/config/bootstrap.php

```
require dirname(dirname(__DIR__)) . '/vendor/denis909/yii2-backend/config/bootstrap.php';

```

All other configuration files are connected via CascadeConfig, but if you do not use it, connect them manually:

```
config/common.php
config/common-bootstrap.php
config/frontend.php
config/frontend-bootstrap.php
config/backend.php
config/backend-bootstrap.php
config/console.php
config/console-bootstrap.php

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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://www.gravatar.com/avatar/71797602f835bc8614be7dc4df05a3e3a381e00924aa4a757503f443aff4456d?d=identicon)[denis909](/maintainers/denis909)

---

Top Contributors

[![denis909](https://avatars.githubusercontent.com/u/16691851?v=4)](https://github.com/denis909 "denis909 (27 commits)")

### Embed Badge

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

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

PHPackages © 2026

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