shucream0117/discord-php

PHP 的 Discord 客户端

v1.0.0 2023-01-09 20:28 UTC

This package is auto-updated.

Last update: 2024-09-10 00:06:49 UTC


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']);