strtob/yii2-system-status

Yii2 module to see system conditions via a check table

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-main 2024-10-16 13:58 UTC

This package is auto-updated.

Last update: 2025-03-16 14:50:13 UTC


README

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

  • 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

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