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

[insolita/unused-scanner

Detect unused composer dependencies

4261.1M13](/packages/insolita-unused-scanner)[kartik-v/yii2-widget-datetimepicker

Enhanced Yii2 wrapper for the bootstrap datetimepicker plugin (sub repo split from yii2-widgets)

1036.5M47](/packages/kartik-v-yii2-widget-datetimepicker)[xantios/mimey

PHP package for converting file extensions to MIME types and vice versa.

332.6M21](/packages/xantios-mimey)[wsdltophp/packagebase

Contains the base classes to be used by classes generated by wsdltophp/packagegenerator

234.6M93](/packages/wsdltophp-packagebase)[onnov/detect-encoding

Text encoding definition class instead of mb\_detect\_encoding. Defines: utf-8, windows-1251, koi8-r, iso-8859-5, ibm866, .....

223.8M8](/packages/onnov-detect-encoding)[fesor/json_matcher

Collection of JSON matchers for painless usage

25119.9k2](/packages/fesor-json-matcher)

PHPackages © 2026

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