logwood / dingpush
dingtalk bot
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/logwood/dingpush
Requires
- guzzlehttp/guzzle: ^6.5
This package is auto-updated.
Last update: 2025-12-21 19:14:52 UTC
README
dingtalk bot
simple
钉钉官网文档比较详细的说明 文档地址:https://ding-doc.dingtalk.com/doc#/serverapi2/qf2nxq 官方也提供了SDK,需要下载一堆SDK,在一些临时使用场景中,可能不需的文件
Usage
$msqBox = <<<EOF message EOF; $textInstance = Text::create($msqBox); // 开启at // $textInstance->isAt = true; // $textInstance->setAtMobiles(['12345678901']); var_export($textInstance->toArray()); $app->send($textInstance->toArray());