PHPackages                             ejunker/queue-checker - 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. ejunker/queue-checker

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

ejunker/queue-checker
=====================

Command to check the queue health status

0.3.0(6y ago)0186↓100%MITPHPPHP &gt;=5.5.0

Since Feb 25Pushed 6y agoCompare

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

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

laravel-queue-checker [![Build Status](https://camo.githubusercontent.com/61f438b0cb0651699ca275911fc03e5f0b8e2f713a7cc050ab39cff344b59927/68747470733a2f2f7472617669732d63692e6f72672f73636869636b6c696e672f6c61726176656c2d71756575652d636865636b65722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/schickling/laravel-queue-checker) [![Coverage Status](https://camo.githubusercontent.com/9c48c90e5618abc081630e45f016a03349f59142855d7e73f13ecd481d6a307c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f73636869636b6c696e672f6c61726176656c2d71756575652d636865636b65722f62616467652e706e67)](https://coveralls.io/r/schickling/laravel-queue-checker) [![Total Downloads](https://camo.githubusercontent.com/e76f7ea9c5c0f0bb2c621d66492178594d46d993e3eaa4873acec0c58f86051e/68747470733a2f2f706f7365722e707567782e6f72672f73636869636b6c696e672f71756575652d636865636b65722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/schickling/queue-checker)
=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#laravel-queue-checker---)

Command to check the queue health status. Can be used with hosted monitoring systems.

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

[](#installation)

1. Add the following to your composer.json and run `composer update`

    ```
    {
        "require": {
            "schickling/queue-checker": "dev-master"
        }
    }
    ```
2. Add `Schickling\QueueChecker\QueueCheckerServiceProvider` to your config/app.php

Usage
-----

[](#usage)

### Run as cronjob

[](#run-as-cronjob)

Run the following command as a cronjob (for example each minute). If the queue isn't connected or does not work (e.g. jammed), the binded `ErrorHandler` will be notified. The default `ErrorHandler` will log the incident.

```
$ php artisan queue:check
```

### Implement your own `ErrorHandler`

[](#implement-your-own-errorhandler)

You can for example write an `ErrorHandler` that sends a message to your system monitoring platform such as NewRelic. Simply create a class that implements the `Schickling\QueueChecker\ErrorHandlers\ErrorHandlerInterface` and bind your `ErrorHandler` with the following code:

```
App::bind('Schickling\QueueChecker\ErrorHandlers\ErrorHandlerInterface', 'App\MyCustomErrorHandler');
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.2% 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 ~370 days

Recently: every ~555 days

Total

7

Last Release

2233d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.3.0

0.1.1PHP &gt;=5.4.0

0.3.0PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/94f5faf8e6d32349cbaf2ebf6cd84b0eb2565f44f3429950f0b06d626ef315bd?d=identicon)[ejunker](/maintainers/ejunker)

---

Top Contributors

[![schickling](https://avatars.githubusercontent.com/u/1567498?v=4)](https://github.com/schickling "schickling (24 commits)")[![skarolus](https://avatars.githubusercontent.com/u/4314575?v=4)](https://github.com/skarolus "skarolus (14 commits)")[![ejunker](https://avatars.githubusercontent.com/u/4758?v=4)](https://github.com/ejunker "ejunker (6 commits)")[![borfast](https://avatars.githubusercontent.com/u/4837?v=4)](https://github.com/borfast "borfast (1 commits)")[![theofidry](https://avatars.githubusercontent.com/u/5175937?v=4)](https://github.com/theofidry "theofidry (1 commits)")

### Embed Badge

![Health badge](/badges/ejunker-queue-checker/health.svg)

```
[![Health](https://phpackages.com/badges/ejunker-queue-checker/health.svg)](https://phpackages.com/packages/ejunker-queue-checker)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M170](/packages/react-async)

PHPackages © 2026

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