libs/discord-message
最新稳定版本:1.0.0
Composer 安装命令:
composer require libs/discord-message
包简介
Send discord webhook
README 文档
README
send discord webhook
Usage
Send Embed :
<?php $webhook = new \discordMessage\Webhook(<url>); $message = $webhook->getMessage(); $embed = $message->getEmbed(); /** * You can set the embed title, description, color, footer, image, thumbnail, author, fields */ $message->addEmbed($embed); $webhook->send($message);
Send Simple :
<?php $webhook = new \discordMessage\Webhook(<url>); $message = $webhook->getMessage(); $message->setContent(<content>); $webhook->send($message);
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-06-08