PHPackages                             live-controls/trellog - 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. live-controls/trellog

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

live-controls/trellog
=====================

Error logging from Laravel to Trello

v1.2.1(11mo ago)0714PHP

Since Apr 24Pushed 11mo agoCompare

[ Source](https://github.com/live-controls/trellog)[ Packagist](https://packagist.org/packages/live-controls/trellog)[ RSS](/packages/live-controls-trellog/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (22)Used By (0)

Trellog
=======

[](#trellog)

Logger for Laravel to Trello

### Env variables

[](#env-variables)

TRELLOG\_KEY =&gt; Trello Api Key TRELLOG\_TOKEN =&gt; Trello Api Token TRELLOG\_LIST\_ERRORS =&gt; List to add errors

### Usage

[](#usage)

Add to bootstrap/app.php:

```
->withExceptions(function (Exceptions $exceptions) {
    $exceptions->report(function (\Throwable $e) {
        SendTrellog::dispatch($e);
    });
})

```

### Configuration

[](#configuration)

- 'apikey': Your Trello API Key
- 'token': Your Trello API tokenn
- 'list\_errors' =&gt; The Id of the list you want to upload the errors to. This can be found by [https://trello.com/b/LINK\_TO\_YOUR\_BOARD.json](https://trello.com/b/LINK_TO_YOUR_BOARD.json)
- 'queue' =&gt; The queue TRELLOG will be running on
- 'cooldown' =&gt; The cooldown in minutes before a report with the same fingerprint is uploaded again. If set to FALSE this feature will be disabled. Important to know that this only works with Cache that support TTL!

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance51

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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 ~2 days

Recently: every ~10 days

Total

21

Last Release

347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f366058ff9e06fad5c432234f0ac35a154bcc4153dbff096987489b16e87eb7?d=identicon)[daredloco](/maintainers/daredloco)

---

Top Contributors

[![daredloco](https://avatars.githubusercontent.com/u/60240491?v=4)](https://github.com/daredloco "daredloco (23 commits)")

### Embed Badge

![Health badge](/badges/live-controls-trellog/health.svg)

```
[![Health](https://phpackages.com/badges/live-controls-trellog/health.svg)](https://phpackages.com/packages/live-controls-trellog)
```

###  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)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)

PHPackages © 2026

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