PHPackages                             lexor/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. lexor/laravel-logger-discord-channel

ActiveLibrary

lexor/laravel-logger-discord-channel
====================================

A Discord based Monolog driver for Laravel

014PHP

Since Sep 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lexor/laravel-logger-discord-channel)[ Packagist](https://packagist.org/packages/lexor/laravel-logger-discord-channel)[ RSS](/packages/lexor-laravel-logger-discord-channel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)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 lexor/laravel-logger-discord-channel:dev-master
```

Usage
-----

[](#usage)

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

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6876048?v=4)[Emre DEĞER](/maintainers/lexor)[@lexor](https://github.com/lexor)

---

Top Contributors

[![KABBOUCHI](https://avatars.githubusercontent.com/u/9212274?v=4)](https://github.com/KABBOUCHI "KABBOUCHI (6 commits)")[![lexor](https://avatars.githubusercontent.com/u/6876048?v=4)](https://github.com/lexor "lexor (4 commits)")

### Embed Badge

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

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

PHPackages © 2026

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