Download the PHP package kukewang/dingding-notice without Composer
On this page you can find all versions of the php package kukewang/dingding-notice. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dingding-notice
Hyperf-dingding-notice
Hyperf 框架的钉钉推送组件
安装配置
- 安装
composer require kukewang/dingding-notice - 发布配置文件
php bin/hyperf.php vendor:publish kukewang/dingding-notice
使用
组件封装了三种类型
- dingding-notice\src\Bean\Markdown
- dingding-notice\src\Bean\Text
- dingding-notice\src\Bean\Link
如果需要发送异常通知,可直接调用 exceptionNotice(Throwable $e) 方法
DingDingNotice::exceptionNotice($e);
当前组件还未对发送限制做优化
All versions of dingding-notice with dependencies
PHP Build Version
Package Version
The package kukewang/dingding-notice contains the following files
Loading the files please wait ...