PHPackages                             yashveersingh/laravel-discord-notifier - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. yashveersingh/laravel-discord-notifier

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

yashveersingh/laravel-discord-notifier
======================================

v1.01(3y ago)2442↓50%PHP

Since Dec 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yashveersingh/laravel-discord-notifier)[ Packagist](https://packagist.org/packages/yashveersingh/laravel-discord-notifier)[ RSS](/packages/yashveersingh-laravel-discord-notifier/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Discord Notifier
========================

[](#laravel-discord-notifier)

This package makes it easy to send notifications using the [Discord webhook API](https://discord.com/developers/docs/resources/webhook) with Laravel.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require yashveersingh/laravel-discord-notifier
```

### Setting up your Discord bot

[](#setting-up-your-discord-bot)

- Add `DISCORD_WEBHOOK=https://discord.com/api/webhooks/...` in `.env`

Usage
-----

[](#usage)

> ```
> use yashveersingh\laravelDiscordNotifier\DiscordNotifier;
>
>
> $message = 'Hello From Webhook';
> $discordNotifier = new DiscordNotifier();
> $discordNotifier->setUserName('USERNAME');
> $discordNotifier->send($message);
> ```

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~15 days

Total

2

Last Release

1238d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c8827b9791dc6766d797f0ef3cc931529e4bb10dda16772ff2ecad61644d8064?d=identicon)[yashveersingh](/maintainers/yashveersingh)

---

Top Contributors

[![yashveersingh](https://avatars.githubusercontent.com/u/13031606?v=4)](https://github.com/yashveersingh "yashveersingh (5 commits)")

### Embed Badge

![Health badge](/badges/yashveersingh-laravel-discord-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/yashveersingh-laravel-discord-notifier/health.svg)](https://phpackages.com/packages/yashveersingh-laravel-discord-notifier)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
