2017 © Pedro Peláez
 

library monitor-ding

用于给钉钉自定义机器人发送消息

image

redgo/monitor-ding

用于给钉钉自定义机器人发送消息

  • Tuesday, July 24, 2018
  • by GreenLightt
  • Repository
  • 1 Watchers
  • 2 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

monitorDing

Laravel 插件,用于给钉钉自定义机器人发送消息, (*1)

本插件是采用中间件捕捉异常,与 debugbar 采用同一种方式进行异常的搜集,所以不能并存;如果要使用本插件,确保 debugbar 是关闭的;, (*2)

引入步骤

composer 引入, (*3)

composer require redgo/monitor-ding:^0.2

发布视图, (*4)

php artisan vendor:publish

config/app.php 添加, (*5)

Redgo\MonitorDing\MonitorDingServiceProvider::class,

如果需要配置门面模式, 在 config/app.php 添加, (*6)

'MonitorDing' => Redgo\MonitorDing\Facades\MonitorDing::class,

使用

  1. 在配置文件 config/monitorDing 修改 webhook

The Versions

24/07 2018

dev-master

9999999-dev

用于给钉钉自定义机器人发送消息

  Sources   Download

MIT

The Requires

 

by redgo

24/07 2018

0.3

0.3.0.0

用于给钉钉自定义机器人发送消息

  Sources   Download

MIT

The Requires

 

by redgo

09/07 2018

0.2

0.2.0.0

用于给钉钉自定义机器人发送消息

  Sources   Download

MIT

The Requires

 

by redgo