Download the PHP package dreamcoders/laravel-dingbot without Composer
On this page you can find all versions of the php package dreamcoders/laravel-dingbot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dreamcoders/laravel-dingbot
More information about dreamcoders/laravel-dingbot
Files in dreamcoders/laravel-dingbot
Download dreamcoders/laravel-dingbot
More information about dreamcoders/laravel-dingbot
Files in dreamcoders/laravel-dingbot
Vendor dreamcoders
Package laravel-dingbot
Short Description a dingtalk robot message handle for send message
License MIT
Package laravel-dingbot
Short Description a dingtalk robot message handle for send message
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-dingbot
钉钉机器人消息发送
介绍
企业内部有较多系统支撑着公司的核心业务流程,譬如CRM系统、交易系统、监控报警系统等等。通过钉钉的自定义机器人,可以将这些系统事件同步到钉钉的聊天群。 laravel-dingbot 是一款钉钉机器人消息推送的Laravel扩展,您可以通过此扩展简单高效的推送消息通知到钉钉,进行监控和提醒操作。
钉钉官方文档
安装
在laravel项目中使用
安装成功后执行
会自动将dingbot.php
添加到您项目的config配置文件当中
相关配置
钉钉推送access_token
- 钉钉推送链接Webhook:https://oapi.dingtalk.com/robot/send?access_token=you-push-token
- 发送钉钉机器人的token,即在您创建机器人Webhook之后的access_token
.env配置
多机器人配置
如果想要添加多个机器人,则在dingbot.php
当中添加机器人名字和对应的token配置即可
.env配置
安全配置
自定义关键词
最多可以设置10个关键词,消息中至少包含其中1个关键词才可以发送成功。 例如添加了一个自定义关键词:监控报警,则这个机器人所发送的消息,必须包含监控报警这个词,才能发送成功。
加签
钉钉创建机器人时选择加签,将secret
复制到对应配置文件中即可,如果开启加签方式,则必须填写secret
,否则留空即可
IP地址(段)
设定后,只有来自IP地址范围内的请求才会被正常处理。支持两种设置方式:IP地址和IP地址段,暂不支持IPv6地址白名单
使用示例
发送纯文字消息
or
发送消息@指定人员
发送消息@所有人
发送markdown类型的消息
发送消息@指定人员/所有人 同上
发送链接类型的消息
发送ActionCard类型的消息
无跳转链接
整体跳转ActionCard类型(single)
独立跳转ActionCard类型(btns)
发送FeedCard类型的消息
多机器人消息发送
or
其他消息类型同上
enjoy :)
- 效果
All versions of laravel-dingbot with dependencies
PHP Build Version
Package Version
The package dreamcoders/laravel-dingbot contains the following files
Loading the files please wait ....