shershon / alarm
此包最新版本(v1.0.0)没有可用的许可证信息。
基于 shershon/common 包封装的预警组件
v1.0.0
2024-08-21 09:20 UTC
Requires
- ext-json: *
- psr/container: 1.0
- shershon/common: ^1.0
This package is not auto-updated.
Last update: 2024-10-03 08:20:29 UTC
README
基于 shershon/common 包封装的预警组件,可以根据设定的日志级别,实时地触发报警(已支持企信通知、短信通知、钉钉通知等)。
2.安装
- 配置 composer.json
{ "require-dev": { "shershon/base": "^1.0.0" }, "config": { "secure-http": false }, "repositories": [ { "type": "git", "url": "https://github.com/shershon-php-package/alarm-component.git" } ] }
- composer require --ignore-platform-reqs shershon/alarm
- rm -rf vendor/shershon/alarm/.git
3.更新包版本
- composer require --ignore-platform-reqs shershon/alarm:1.0.0(替换成指定的版本)
- rm -rf vendor/shershon/alarm/.git