shucream0117 / discord-php
PHP 的 Discord 客户端
v1.0.0
2023-01-09 20:28 UTC
Requires
- php: ^7.4.0
- ext-json: *
- guzzlehttp/guzzle: ^6.5
README
要求
- PHP >= 7.4.x
安装
通过 composer。
$ composer require shucream0117/discord-php:1.0
用法
$discord = new Discord('http://your-discord-incoming-webhook-url'); // send a message with mention $discord->sendText('this message will be posted']); // send a message with mention $discord->sendText('mention!!', ['12345678']);