shucream0117/discord-php
最新稳定版本:v1.1.0
Composer 安装命令:
composer require shucream0117/discord-php
包简介
Discord client for PHP
关键字:
README 文档
README
Requirement
- PHP >= 7.4.x
Installation
via composer.
$ composer require shucream0117/discord-php
Usage
$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']); // send a message with embeds $discord->sendTextWithEmbeds( 'this message will be posted with embeds', [(new Embed())->setTitle('title')] );
统计信息
- 总下载量: 1.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-09