alienx998 / feishu-msg
一款对接飞书机器人发送消息轻量级工具
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
pkg:composer/alienx998/feishu-msg
Requires
- php: >=5.4
- ext-json: *
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');