PHPackages                             yinsystems/filament-failed-jobs - 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. yinsystems/filament-failed-jobs

ActiveLibrary

yinsystems/filament-failed-jobs
===============================

A simplistic failed jobs viewer for your Filament apps.

0.2.0(3y ago)016MITPHPPHP ^8.0.2

Since Aug 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yinsystems/filament-failed-jobs)[ Packagist](https://packagist.org/packages/yinsystems/filament-failed-jobs)[ Docs](https://gitlab.com/amvisor/filament-failed-jobs)[ RSS](/packages/yinsystems-filament-failed-jobs/feed)WikiDiscussions master Synced 1mo ago

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

A simple failed jobs viewer for your Filament apps.
===================================================

[](#a-simple-failed-jobs-viewer-for-your-filament-apps)

This package provides a `Failed Jobs` resource that allows you to view your Failed jobs in a simple UI.

[![image-1.png](./image-1.png)](./image-1.png)[![image-2.png](./image-2.png)](./image-2.png)

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

[](#installation)

You can install the package via Composer:

```
composer require yinsystems/filament-failed-jobs
```

You can publish the config file with:

### Authorization

[](#authorization)

If you would like to prevent certain users from accessing your page, you should register an FailedJobsPolicy:

```
use App\Policies\FailedJobPolicy;
use Amvisor\FilamentFailedJobs\Models\FailedJob;

class AuthServiceProvider extends ServiceProvider
{
	protected $policies = [
        FailedJob::class => FailedJobPolicy::class,
	];
}
```

```
namespace App\Policies;

use App\Models\User;
use Illuminate\Auth\Access\HandlesAuthorization;

class FailedJobPolicy
{
	use HandlesAuthorization;

	public function viewAny(User $user): bool
	{
		return $user->can('manage_failed_jobs');
	}
}
```

This will prevent the navigation item from being registered.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

1372d ago

### Community

Maintainers

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

---

Top Contributors

[![apanaee](https://avatars.githubusercontent.com/u/30594697?v=4)](https://github.com/apanaee "apanaee (2 commits)")[![judeapana](https://avatars.githubusercontent.com/u/56265643?v=4)](https://github.com/judeapana "judeapana (1 commits)")

---

Tags

laravelfilamentfilament-failed-jobs

### Embed Badge

![Health badge](/badges/yinsystems-filament-failed-jobs/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

718.5k1](/packages/mwguerra-filemanager)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)[tapp/filament-webhook-client

Add a Filament resource and a policy for Spatie Webhook client

1120.2k](/packages/tapp-filament-webhook-client)

PHPackages © 2026

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