PHPackages                             biigle/laravel-queue-alert - 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. biigle/laravel-queue-alert

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

biigle/laravel-queue-alert
==========================

A package to send alert emails if a Laravel queue is very busy

v2.0.1(1y ago)03.1kMITPHP

Since Jun 16Pushed 1y ago2 watchersCompare

[ Source](https://github.com/biigle/laravel-queue-alert)[ Packagist](https://packagist.org/packages/biigle/laravel-queue-alert)[ RSS](/packages/biigle-laravel-queue-alert/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

Queue Alert 🚨
=============

[](#queue-alert-)

A package to send alert emails if a Laravel queue is very busy.

[![Tests](https://github.com/biigle/laravel-queue-alert/actions/workflows/tests.yml/badge.svg)](https://github.com/biigle/laravel-queue-alert/actions/workflows/tests.yml)

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

[](#installation)

```
composer require biigle/laravel-queue-alert

```

Usage
-----

[](#usage)

Set the `QUEUE_ALERT_EMAIL` variable in your `.env` file to the email address that should receive the alerts. By default, this package will send one alert email every hour when the `default` queue of the default connection exceeds 1000 jobs.

Configuration
-------------

[](#configuration)

Run the following command to publish the configuration:

```
php artisan vendor:publish --tag=config --provider=\\Biigle\\QueueAlert\\QueueAlertServiceProvider

```

### Multiple queues and connections

[](#multiple-queues-and-connections)

Add more items to the `watch` array of the configuration. The default configuration already provides an example for an array antry. Alerts will be sent separately for each configured entry.

### Report interval

[](#report-interval)

Update the `report_every_minutes` value for an entry in the `watch` array. An alert is only send once every x minutes based on the configures value.

### Report patience

[](#report-patience)

Update the `report_wait_minutes` value for an entry in the `watch` array. If this is greater than 0, an alert will be sent only if the number of jobs exceeds the configured threshold for x minutes based on the configured value.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Total

5

Last Release

670d ago

Major Versions

v1.1.0 → v2.0.02024-07-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2457311?v=4)[Martin Zurowietz](/maintainers/mzur)[@mzur](https://github.com/mzur)

---

Top Contributors

[![mzur](https://avatars.githubusercontent.com/u/2457311?v=4)](https://github.com/mzur "mzur (20 commits)")

---

Tags

laravellaravel-packagequeue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/biigle-laravel-queue-alert/health.svg)

```
[![Health](https://phpackages.com/badges/biigle-laravel-queue-alert/health.svg)](https://phpackages.com/packages/biigle-laravel-queue-alert)
```

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M307](/packages/laravel-horizon)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

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