PHPackages                             strtob/yii2-system-status - 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. strtob/yii2-system-status

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

strtob/yii2-system-status
=========================

Yii2 module to see system conditions via a check table

00PHP

Since Jul 23Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/strtob/yii2-system-status)[ Packagist](https://packagist.org/packages/strtob/yii2-system-status)[ RSS](/packages/strtob-yii2-system-status/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-system-status
==================

[](#yii2-system-status)

Yii2 module to see system conditions via a check table. This module allows you to monitor various system statuses and configurations directly from your Yii2 application.

Features
--------

[](#features)

- Monitor various system checks like PHP extensions, configuration limits, and command outputs.
- Easily customizable checks through a dedicated database table.
- Supports multiple criteria for checks, including numerical, version, and string comparisons.

[![screenshot](screenshot_yii2_system_status.png)](screenshot_yii2_system_status.png)

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

[](#installation)

Create table (table name is system\_check) and insert some inital values.

```
php yii migrate
```

You can install this package via Composer. Run the following command in your terminal:

```
composer require strtob/yii2-system-status
```

Adjust your config in web.php or main.php

```
 'system-status' => [
            'class' => strtob\yii2SystemStatus\Module::class,
        ],
```

After installation the module is accessable via

```
http://localhost:8080/system-status
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance40

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

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/1cca3f4cf786146ef62da60fc8a21f94943c7da6d7cbfb453b3e1389390c8d2a?d=identicon)[strtob](/maintainers/strtob)

---

Top Contributors

[![strtob](https://avatars.githubusercontent.com/u/9219549?v=4)](https://github.com/strtob "strtob (7 commits)")

### Embed Badge

![Health badge](/badges/strtob-yii2-system-status/health.svg)

```
[![Health](https://phpackages.com/badges/strtob-yii2-system-status/health.svg)](https://phpackages.com/packages/strtob-yii2-system-status)
```

###  Alternatives

[mbissonho/module-remember-admin-last-page

This module allow a admin user to come back to the same page(order, customer or config management) when it's session expires.

102.1k](/packages/mbissonho-module-remember-admin-last-page)

PHPackages © 2026

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