ltaooo/feishu

此包的最新版本(v1.1.1)没有可用的许可信息。

v1.1.1 2024-07-30 05:46 UTC

This package is auto-updated.

Last update: 2024-09-30 06:47:55 UTC


README

快速开始

    // 发送文本消息
    $param = new GroupRobotParam("https://open.feishu.cn/open-apis/bot/v2/hook/xxxx");
    $param->setSecret('sGV5kv5aZUTXmG3H00mGBf');
    $message = new TextMessage('hello sign label');
    $robot = new GroupRobot($param);
    $result = $robot->send($message);
    
    // 更多示例参考tests