PHPackages                             moldersmedia/laravel-failed-jobs-interface - 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. moldersmedia/laravel-failed-jobs-interface

ActiveLibrary

moldersmedia/laravel-failed-jobs-interface
==========================================

Provides a connection between your platform and the Lightspeed API

1.1.0(7y ago)12.1k↓40%2MITPHPPHP &gt;=7.1.0

Since Aug 21Pushed 7y agoCompare

[ Source](https://github.com/moldersmedia/laravel-failed-job-interface)[ Packagist](https://packagist.org/packages/moldersmedia/laravel-failed-jobs-interface)[ RSS](/packages/moldersmedia-laravel-failed-jobs-interface/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Laravel Failed Job Interface
============================

[](#laravel-failed-job-interface)

The failed job interface is a Laravel tool that gives you the possibility to inspect your failed jobs faster. This package is based on Laravel Horizon but can also be used for Beanstalkd, Redis or any other driver. Search through your failed jobs table based on the queue, tags or connection.

Install
-------

[](#install)

Add the package to your composer: `composer require moldersmedia/laravel-failed-jobs-interface`

After adding the package, add the service provider to your app.php file. If you have auto-discover for packages, we are good to go! Use `artisan vendor:publish` to create a config file. Open the config file and set your preferences.

#### Migrations

[](#migrations)

The package adds a `tags` field to your `failed_jobs` table. You can simply ignore it if you want to use the default QueueServiceProvider. If you would like to access tags in the application, we need to add the extra service provider from this package. Remove the line with `Illuminate\Queue\QueueServiceProvider::class` and add the line `MoldersMedia\FailedJobInterface\ServiceProviders\Illuminate\QueueServiceProvider::class` right on the same spot.

Thats it! Visit the choosen URL from the config (default is `yourdomain.com/failed-job-interface`) and the interface should be visible!

### To do

[](#to-do)

- Update interface with color scheme
- Add button to mark failed jobs as checked
- Add extra filters such as date, exception or display name
- Cleanup data, add doc blocks
- Create calculation for total kb/mb/gb are used with the cache

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

3

Last Release

2821d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/215fda0f8d32138022b0caf029d0cf9f84251f6d486168b60ab9a705699c2003?d=identicon)[Donny5300](/maintainers/Donny5300)

---

Top Contributors

[![Donny5300](https://avatars.githubusercontent.com/u/4244962?v=4)](https://github.com/Donny5300 "Donny5300 (12 commits)")

### Embed Badge

![Health badge](/badges/moldersmedia-laravel-failed-jobs-interface/health.svg)

```
[![Health](https://phpackages.com/badges/moldersmedia-laravel-failed-jobs-interface/health.svg)](https://phpackages.com/packages/moldersmedia-laravel-failed-jobs-interface)
```

PHPackages © 2026

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