yashveersingh/laravel-discord-notifier is a Laravel package.
It currently has 2 GitHub stars and 858 downloads on Packagist (latest version v1.01).
Install it with composer require yashveersingh/laravel-discord-notifier.
Discover more Laravel packages by yashveersingh
or browse all Laravel packages to compare alternatives.
Last updated
This package makes it easy to send notifications using the Discord webhook API with Laravel.
You can install the package via composer:
composer require yashveersingh/laravel-discord-notifier
DISCORD_WEBHOOK=https://discord.com/api/webhooks/... in .envuse yashveersingh\laravelDiscordNotifier\DiscordNotifier; $message = 'Hello From Webhook'; $discordNotifier = new DiscordNotifier(); $discordNotifier->setUserName('USERNAME'); $discordNotifier->send($message);
The MIT License (MIT). Please see LICENSE for more information.