php-feishu/robot-msg

Flying Book sending warning message robot

Installs: 92

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 4

Open Issues: 0

Type:feishu-robot-extension

v1.1.2 2021-03-05 04:37 UTC

This package is auto-updated.

Last update: 2024-05-05 11:46:53 UTC


README

一款对接飞书机器人发送消息轻量级工具

关于

一款轻量级的飞书机器人通知工具,支持PHP签名验证

需求

使用即时通知,常使用来告警,业务通知

安装

composer require php-feishu/robot-msg

示例

require __DIR__ . '/vendor/autoload.php';


/*
* function: noticeMsg
* @param string $title 发送标题
* @param string $content 发送内容
* @param string $developer 具体开发者,在项目尽量使用常量定义
*/
\Feishu\SendMsg::noticeMsg('通知标题','通知的具体内容','jackin.chen');