PHPackages                             brandonjbegle/laravel-queue-monitoring - 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. brandonjbegle/laravel-queue-monitoring

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

brandonjbegle/laravel-queue-monitoring
======================================

Alerts for queues.

v0.1.5(2y ago)020MITPHPPHP ^8.0

Since Sep 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/brandonjbegle/laravel-queue-monitoring)[ Packagist](https://packagist.org/packages/brandonjbegle/laravel-queue-monitoring)[ RSS](/packages/brandonjbegle-laravel-queue-monitoring/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

Laravel Queue Monitoring
========================

[](#laravel-queue-monitoring)

Caveats
-------

[](#caveats)

This is currently a brand new package and only works for the default queue. There is no configuration for additional/other queues at this time.

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

[](#installation)

`composer require brandonjbegle/laravel-queue-monitoring`

### Optionally publish the config file

[](#optionally-publish-the-config-file)

```
php artisan vendor:publish --provider="BrandonJBegle\LaravelQueueMonitoring\LaravelQueueMonitoringServiceProvider"
```

### env

[](#env)

If you plan on using the basic built in listener and notification, add the env value. Multiple emails should be comma separated

```
QUEUE_MONITORING_EMAILS=test@email.com,email2@email.com
```

### Scheduled Command

[](#scheduled-command)

Add the command to your app\\Console\\Kernel.php

```
$schedule->command('queue-monitoring:slow-queue {seconds}')->everySecond();
```

### Optional Configuration

[](#optional-configuration)

Change disable-default-alerts to true if you would like to listen to the SlowQueueEvent with your own listener to send your own alerts and notifications.

```
 'disable-default-alerts' => false/true
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

6

Last Release

966d ago

### Community

Maintainers

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

---

Top Contributors

[![brandonjbegle](https://avatars.githubusercontent.com/u/22717872?v=4)](https://github.com/brandonjbegle "brandonjbegle (13 commits)")

---

Tags

laravelnotificationsqueues

### Embed Badge

![Health badge](/badges/brandonjbegle-laravel-queue-monitoring/health.svg)

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

###  Alternatives

[stackkit/laravel-google-cloud-tasks-queue

Google Cloud Tasks queue driver for Laravel

84570.1k](/packages/stackkit-laravel-google-cloud-tasks-queue)[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)[renoki-co/horizon-exporter

Export Laravel Horizon metrics using this Prometheus exporter.

24152.7k](/packages/renoki-co-horizon-exporter)[webparking/laravel-queue-ensurer

This composer package provides a Laravel queue ensurer.

6416.1k](/packages/webparking-laravel-queue-ensurer)[convenia/pigeon

3233.0k](/packages/convenia-pigeon)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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