PHPackages                             generationtux/failed-job-notifier - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. generationtux/failed-job-notifier

ActiveLibrary[Queues &amp; Workers](/categories/queues)

generationtux/failed-job-notifier
=================================

Notification service provider for failed Laravel Queue Jobs

20PHP

Since Jan 23Pushed 9y ago3 watchersCompare

[ Source](https://github.com/generationtux/failed-job-notifier)[ Packagist](https://packagist.org/packages/generationtux/failed-job-notifier)[ RSS](/packages/generationtux-failed-job-notifier/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Failed Job Notifier
===================

[](#failed-job-notifier)

Notification service provider for failed Laravel Queue Jobs

Install
-------

[](#install)

Install `failed-job-notifier` using Composer

```
composer require generationtux/failed-job-notifier

```

Next, setup the required ENV variables:

```
PUSHER_KEY // Your Pusher Key
PUSHER_SECRET					// Your Pusher Secret
PUSHER_APP_ID					// Your Pusher App ID

FAILED_JOBS_SERVICE		 		// Service name
FAILED_JOBS_URL		 			// Service url
FAILED_JOBS_EMAIL_SENDER		// Email to send from
FAILED_JOBS_EMAIL_SENDER_NAME	// Sender Name
FAILED_JOBS_EMAIL_RECIPIENTS	// Who gets the emails
FAILED_JOBS_EMAIL_SUBJECT		// Subject of failed job emails

```

Finally, register the service provider:

```
// config/app.php
'providers' => [
    ...
    GenTux\FailedJobNotifier\FailedJobNotifierService::class,
	...
];

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1020137?v=4)[Damien Russell](/maintainers/Olofguard)[@Olofguard](https://github.com/Olofguard)

![](https://www.gravatar.com/avatar/00ecfc3405548aab669dc6966e8a3a55af93dfb4bfe7095ce318a763a323eeeb?d=identicon)[kylegferg](/maintainers/kylegferg)

![](https://www.gravatar.com/avatar/96882af205c46edce628803f0c0ff65b2cf897507699398190a7cb17c0f8c401?d=identicon)[larkmullins](/maintainers/larkmullins)

---

Top Contributors

[![larkmullins](https://avatars.githubusercontent.com/u/1041349?v=4)](https://github.com/larkmullins "larkmullins (25 commits)")

### Embed Badge

![Health badge](/badges/generationtux-failed-job-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/generationtux-failed-job-notifier/health.svg)](https://phpackages.com/packages/generationtux-failed-job-notifier)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M29](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M504](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)

PHPackages © 2026

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