PHPackages                             tabjen99/lara-track - 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. tabjen99/lara-track

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

tabjen99/lara-track
===================

This package helps to create cards in trello board when system exception found.

0.0.2(7y ago)07PHP

Since Mar 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tabjen99/lara-track)[ Packagist](https://packagist.org/packages/tabjen99/lara-track)[ RSS](/packages/tabjen99-lara-track/feed)WikiDiscussions master Synced 1mo ago

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

LaraTrack
=========

[](#laratrack)

LaraTrack brings you convinience to automatically create Trello card when system hitted exceptions.

Getting Started
---------------

[](#getting-started)

These instructions will get you a laravel packages.Everything is simple &amp; easy !

### Dependency

[](#dependency)

- gregoriohc/laravel-trello

### Prerequisites

[](#prerequisites)

You must need to have a trello account, please prepare a board,and a List for laraTrack to insert cards. Able to access trello account and generate Access Token for API integration.

\[Example\]

### Installation

[](#installation)

1. Login to Trello via browser.
2. Get Access token via this link - \*()
3. Get 2 items from authentication page.: Key &amp; Token p/s : Token is not auto generated. you have to grant permissions to generate token. [https://trello.com/1/authorize?expiration=never&amp;scope=read,write,account&amp;response\_type=token&amp;name=Server%20Token&amp;key=\[YOUR](https://trello.com/1/authorize?expiration=never&scope=read,write,account&response_type=token&name=Server%20Token&key=%5BYOUR) KEY HERE\]
4. Let's begin our laravel plugin installation :

```
composer require tabjen99/lara-track

```

5. Publish Trello Config :

```
php artisan vendor:publish --provider="Gregoriohc\LaravelTrello\TrelloServiceProvider"

```

6. Configure Provider &amp; Alias in Config/app.php

Provider

```
'providers' => [
  ...
  Gregoriohc\LaravelTrello\TrelloServiceProvider::class,
   miketan\laraTrack\laraTrackServiceProvider::class,
],

```

Alias

```
'aliases' => [
  ...
  'Trello' => Gregoriohc\LaravelTrello\Facades\Wrapper::class,
  'TrelloCrashReport' =>miketan\laraTrack\CrashReportFacade::class,
],

```

6. In config/trello.php enter api\_key, api\_token, board, &amp; list
7. Publish migration file &amp; perform migration.

```
php artisan vendor:publish --tag=migrations
php artisan migrate

```

8. Clear Cache &amp; log config:

```
php artisan config:cache

```

### Usage

[](#usage)

9. Replace function report(Exception $e) in app/exceptions/Handler.php to :

```
 public function report(Exception $e)
  {
      \TrelloCrashReport::CountOrCreate($e);
      return parent::report($e);
  }

```

Complete
--------

[](#complete)

If you completed steps above , laraTrack is successfully configured and running

\-- -- Happy Tracking -- --

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

2597d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tabjen99-lara-track/health.svg)

```
[![Health](https://phpackages.com/badges/tabjen99-lara-track/health.svg)](https://phpackages.com/packages/tabjen99-lara-track)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.1k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M93](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M137](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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