qqingdou/message-notify

自动捕获异常并通知

dev-master / 1.0.x-dev 2021-07-06 10:11 UTC

This package is auto-updated.

Last update: 2024-09-06 17:33:48 UTC


README

消息通知和自动捕获异常

安装

php composer.phar require qqingdou/message-notify

或者添加

"qqingdou/message-notify": "dev-master"

配置

到你的项目中,在入口处初始化配置

\MessageNotify\AutoCatchException::init($youProjectId, $youCompanyKey);

更多用法

文档