alienx998/feishu-msg

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

Maintainers

Package info

github.com/alienX998/feishu-robot-msg

pkg:composer/alienx998/feishu-msg

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-25 18:26:20 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');