alienx998/feishu-msg

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

v1.1.9 2021-06-25 07:26 UTC

This package is auto-updated.

Last update: 2025-06-25 16:36:33 UTC


README

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

关于

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

需求

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

安装

composer require alienx998/feishu-msg

示例

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


/*
* function: noticeMsg
* @param string $title 发送标题
* @param string $content 发送text内容
* @param string $other 发送其他标签内容
*/
\Feishu\SendMsg::noticeMsgNew('title','content','other');