PHPackages                             ahmyi/cakephp\_discord\_log - 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. ahmyi/cakephp\_discord\_log

ActiveCakephp-plugin[Logging &amp; Monitoring](/categories/logging)

ahmyi/cakephp\_discord\_log
===========================

Logging to Discord plugin for CakePHP

v0.0.1(6y ago)11071MITPHPCI failing

Since Nov 6Pushed 6y agoCompare

[ Source](https://github.com/ahmyi/cakephp_discord_log)[ Packagist](https://packagist.org/packages/ahmyi/cakephp_discord_log)[ RSS](/packages/ahmyi-cakephp-discord-log/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

DiscordLog plugin for CakePHP
=============================

[](#discordlog-plugin-for-cakephp)

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require ahmyi/cakephp_discord_log

```

CakePHP config/app.php
----------------------

[](#cakephp-configappphp)

```
    'Log' => [
        'debug' => [
            'className' => 'Ahmyi\DiscordLog\Log\Engine\DiscordLog',
            'path' => LOGS,
            'file' => 'debug',
            'url' => env('LOG_DEBUG_URL', null),
            'scopes' => false,
            'webhook' => WEBHOOK_URL
        ],
        'error' => [
            'className' => 'Ahmyi\DiscordLog\Log\Engine\DiscordLog',
            'path' => LOGS,
            'file' => 'error',
            'url' => env('LOG_ERROR_URL', null),
            'scopes' => false,
            'levels' => [ 'error', 'critical', 'alert', 'emergency'],
            'webhook' => WEBHOOK_URL
        ]
    ],

```

Discord webhook
---------------

[](#discord-webhook)

You can refer on how to create a webhook [here](https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

Unknown

Total

1

Last Release

2376d ago

### Community

Maintainers

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

---

Top Contributors

[![ahmyi](https://avatars.githubusercontent.com/u/630603?v=4)](https://github.com/ahmyi "ahmyi (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ahmyi-cakephp-discord-log/health.svg)

```
[![Health](https://phpackages.com/badges/ahmyi-cakephp-discord-log/health.svg)](https://phpackages.com/packages/ahmyi-cakephp-discord-log)
```

###  Alternatives

[lordsimal/cakephp-sentry

Sentry plugin for CakePHP

12270.3k](/packages/lordsimal-cakephp-sentry)

PHPackages © 2026

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