PHPackages                             kabbouchi/laravel-logger-discord-channel - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. kabbouchi/laravel-logger-discord-channel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

kabbouchi/laravel-logger-discord-channel
========================================

A Discord based Monolog driver for Laravel

v0.4.0(5y ago)149.5k12[1 issues](https://github.com/KABBOUCHI/laravel-logger-discord-channel/issues)MITPHPPHP ^7.2.5

Since Sep 28Pushed 5y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Laravel Logger - Discord Channel
================================

[](#laravel-logger---discord-channel)

###### A Discord based Monolog driver for Laravel

[](#a-discord-based-monolog-driver-for-laravel)

Install
-------

[](#install)

```
composer require kabbouchi/laravel-logger-discord-channel
```

Usage
-----

[](#usage)

Add the new driver type in your `config/logging.php` configuration

```
'channels' => [
    'discord' => [
        'driver' => 'custom',
        'via' => KABBOUCHI\LoggerDiscordChannel\DiscordLogger::class,
        'webhook' => 'https://discordapp.com/api/webhooks/.....',
        'level' => 'DEBUG',
        'role_id' => null, // role to tag in the error,
        'environment' => 'production', // or ['production', 'staging', 'local']
    ],
],
```

Note
----

[](#note)

You may need to clear cache after installation if you get `laravel.EMERGENCY: Unable to create configured logger. ... Log [discord] is not defined.` with

```
php artisan config:clear
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~115 days

Total

4

Last Release

2072d ago

PHP version history (2 changes)v0.1.0PHP &gt;=7.1.0

v0.4.0PHP ^7.2.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/262a11f6a501bc3542b512aa3793e586f1162e8b300161824f1e13d425fa1bf3?d=identicon)[KABBOUCHI](/maintainers/KABBOUCHI)

---

Top Contributors

[![KABBOUCHI](https://avatars.githubusercontent.com/u/9212274?v=4)](https://github.com/KABBOUCHI "KABBOUCHI (14 commits)")[![adlerdias](https://avatars.githubusercontent.com/u/307859?v=4)](https://github.com/adlerdias "adlerdias (3 commits)")[![fanuch](https://avatars.githubusercontent.com/u/4865267?v=4)](https://github.com/fanuch "fanuch (2 commits)")[![ajfick](https://avatars.githubusercontent.com/u/19314419?v=4)](https://github.com/ajfick "ajfick (1 commits)")[![c17r](https://avatars.githubusercontent.com/u/148640?v=4)](https://github.com/c17r "c17r (1 commits)")

---

Tags

laravelloggerdiscord

### Embed Badge

![Health badge](/badges/kabbouchi-laravel-logger-discord-channel/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[ytake/laravel-aspect

Aspect Oriented Programming library for laravel framework, and lumen

138132.2k1](/packages/ytake-laravel-aspect)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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