- FEATURE:
DiscordWebhook\SimpleWebhook
- Create simple text-based webhooks without much boilerplate code
- Configure URL:
- Set the
DWH_DEFAULT_URL
environment variable - or pass the URL directly as parameter of the
SimpleWebhook::sendMessage()
method
- Set the