alienx998/feishu-msg
Composer 安装命令:
composer require alienx998/feishu-msg
包简介
一款对接飞书机器人发送消息轻量级工具
README 文档
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');
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-23