Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ablaze-mirai/php-discord-webhook
Discord Webhook sending library for PHP
https://github.com/ablaze-mirai/php-discord-webhook
discord discordwebhook php php-library
Last synced: about 1 month ago
JSON representation
Discord Webhook sending library for PHP
- Host: GitHub
- URL: https://github.com/ablaze-mirai/php-discord-webhook
- Owner: Ablaze-MIRAI
- Created: 2022-09-18T06:45:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T07:45:12.000Z (over 2 years ago)
- Last Synced: 2024-11-09T02:17:09.061Z (2 months ago)
- Topics: discord, discordwebhook, php, php-library
- Language: PHP
- Homepage: https://packagist.org/packages/ablaze/php-discord-webhook
- Size: 82 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# php-discord-webhook
Easily send Discord Webhooks.
![sample](./docs/result.png)
## Install
```bash
composer require ablaze/php-discord-webhook
```## Use
Use the sample code as a reference.
[sample/README.md](./sample/)