pudongping / hyperf-alarm-clock
A utility for measuring code execution time, detecting timeouts, and sending notifications.
Installs: 1 065
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- hyperf/config: ~3.1.0
- hyperf/guzzle: ~3.1.0
- hyperf/http-server: ~3.1.0
- hyperf/logger: ~3.1.0
Requires (Dev)
- swoole/ide-helper: ^5.0
README
计算代码执行时间,超时后并发送通知的小工具。
运行环境
- php >= 8.1
- composer
- hyperf ~3.1.0
安装
composer require pudongping/hyperf-alarm-clock:^3.0 -vvv
分支或者标签
分支
- 2.2: For hyperf 2.2
- 3.0: For hyperf ~3.0
- 3.1: For hyperf ~3.1
标签
- 1.0.x: For hyperf 2.2
- 2.0.x: For hyperf 3.0
- 3.0.x: For hyperf 3.1
配置
发布配置文件
在你自己的项目根目录下,执行以下命令,即可看到生成了 config/autoload/hyperf_alarm_clock.php
配置文件。
php bin/hyperf.php vendor:publish pudongping/hyperf-alarm-clock
修改配置
请直接修改 config/autoload/hyperf_alarm_clock.php
配置文件成你自己所需要的配置即可。
使用
请直接将 \Pudongping\HyperfAlarmClock\AlarmClockMiddleware
中间件添加到 config/autoload/middlewares.php
配置文件中即可。关于中间件的配置,请参考官方文档
输出内容示例
- 使用标准输出作为通知通道
- 使用日志文件作为通知通道
- 使用飞书作为通知通道
License
MIT, see LICENSE file.