strtob/yii2-system-status
Composer 安装命令:
composer require strtob/yii2-system-status
包简介
Yii2 module to see system conditions via a check table
README 文档
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.
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
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-16
