PHPackages                             sankam/yii2-maintenance - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sankam/yii2-maintenance

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

sankam/yii2-maintenance
=======================

Maintenance Component for Yii2

035PHP

Since Feb 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sankam-nikolya/yii2-maintenance)[ Packagist](https://packagist.org/packages/sankam/yii2-maintenance)[ RSS](/packages/sankam-yii2-maintenance/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Maintenance Component for Yii2
==============================

[](#maintenance-component-for-yii2)

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

[](#installation)

### Install With Composer

[](#install-with-composer)

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

Either run

```
php composer require sankam/yii2-maintenance "*"

```

Or, you may add

```
"sankam/yii2-maintenance": "*"

```

to the require section of your `composer.json` file and execute `php composer update`.

### Install

[](#install)

In your application front config, add the path alias for this extension.

```
return [
    ...
    'components' => [
        ...
        'maintenance' => [
            'class' => 'sankam\maintenance\Maintenance',
            'enabled' => true
        ],
];
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/8527050?v=4)[Nikolya](/maintainers/sankam-nikolya)[@sankam-nikolya](https://github.com/sankam-nikolya)

---

Top Contributors

[![sankam-nikolya](https://avatars.githubusercontent.com/u/8527050?v=4)](https://github.com/sankam-nikolya "sankam-nikolya (3 commits)")

### Embed Badge

![Health badge](/badges/sankam-yii2-maintenance/health.svg)

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

###  Alternatives

[avency/neos-vardump

Neos VarDump Package

147.1k](/packages/avency-neos-vardump)

PHPackages © 2026

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