PHPackages                             srwiez/queue-size-health-check - 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. srwiez/queue-size-health-check

ActiveLibrary

srwiez/queue-size-health-check
==============================

Laravel queue size check

v1.4.0(2mo ago)728.6k—4.6%3MITPHPPHP ^8.2CI passing

Since Nov 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/SRWieZ/queue-size-health-check)[ Packagist](https://packagist.org/packages/srwiez/queue-size-health-check)[ GitHub Sponsors](https://github.com/SRWieZ)[ RSS](/packages/srwiez-queue-size-health-check/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (14)Versions (12)Used By (0)

Laravel queue size check
========================

[](#laravel-queue-size-check)

[![GitHub release (with filter)](https://camo.githubusercontent.com/9ec7c6ad8374b5eda83114b82594e680efc7f1e974f5be0e70261161d1c95650/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f53525769655a2f71756575652d73697a652d6865616c74682d636865636b)](https://camo.githubusercontent.com/9ec7c6ad8374b5eda83114b82594e680efc7f1e974f5be0e70261161d1c95650/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f53525769655a2f71756575652d73697a652d6865616c74682d636865636b)[![Packagist PHP Version](https://camo.githubusercontent.com/ddca27ed081e190a717c3c7e3b5429754506ef76c563705952e200ead6a3e253/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f53525769655a2f71756575652d73697a652d6865616c74682d636865636b2f706870)](https://camo.githubusercontent.com/ddca27ed081e190a717c3c7e3b5429754506ef76c563705952e200ead6a3e253/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f53525769655a2f71756575652d73697a652d6865616c74682d636865636b2f706870)[![Packagist Downloads (custom server)](https://camo.githubusercontent.com/31f70659c6469fcb069f4a5923dfa1fe458781308538426a372bad5bd112d449/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f53525769655a2f71756575652d73697a652d6865616c74682d636865636b)](https://camo.githubusercontent.com/31f70659c6469fcb069f4a5923dfa1fe458781308538426a372bad5bd112d449/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f53525769655a2f71756575652d73697a652d6865616c74682d636865636b)[![GitHub Repo stars](https://camo.githubusercontent.com/01eb197e3d96b0d66434448b59b4352861140555666ca3f3fa6a782c38114b04/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f53525769655a2f71756575652d73697a652d6865616c74682d636865636b3f7374796c653d666c6174)](https://camo.githubusercontent.com/01eb197e3d96b0d66434448b59b4352861140555666ca3f3fa6a782c38114b04/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f53525769655a2f71756575652d73697a652d6865616c74682d636865636b3f7374796c653d666c6174)[![Packagist License (custom server)](https://camo.githubusercontent.com/fcad2f12e2e6bb811c79df9ae2c193666b172cba0ac8ff95310b753c28a95a54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f53525769655a2f71756575652d73697a652d6865616c74682d636865636b)](https://camo.githubusercontent.com/fcad2f12e2e6bb811c79df9ae2c193666b172cba0ac8ff95310b753c28a95a54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f53525769655a2f71756575652d73697a652d6865616c74682d636865636b)[![GitHub Workflow Status (with event)](https://camo.githubusercontent.com/11c0ccf98410b26a4ed96d71f843efef393d85170f4313699917f77d6576d53a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f53525769655a2f71756575652d73697a652d6865616c74682d636865636b2f746573742e796d6c)](https://camo.githubusercontent.com/11c0ccf98410b26a4ed96d71f843efef393d85170f4313699917f77d6576d53a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f53525769655a2f71756575652d73697a652d6865616c74682d636865636b2f746573742e796d6c)

This package is for the people that prefer to use Spatie Health check package instead of `php artisan queue:monitor`

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

[](#installation)

Requirement : Before installing this package, please install and configure [Spatie Laravel Health](https://github.com/spatie/laravel-health).

```
composer require srwiez/queue-size-health-check
```

Usage
-----

[](#usage)

```
use QueueSizeCheck\QueueSizeCheck;

QueueSizeCheck::new()
    ->queue('static_cache', 3)
    ->queue('default', 100),
```

Contribute / Roadmap
--------------------

[](#contribute--roadmap)

Hey, pull-request are welcome!

Credits
-------

[](#credits)

Laravel queue size check was created by Eser DENIZ.

License
-------

[](#license)

Laravel queue size check PHP is licensed under the MIT License. See LICENSE for more information.

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance86

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~170 days

Recently: every ~126 days

Total

6

Last Release

73d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/735894a4f6e39aa85e3d136abc9cf0be92da593d88731382384185293cbfe965?d=identicon)[SRWieZ](/maintainers/SRWieZ)

---

Top Contributors

[![SRWieZ](https://avatars.githubusercontent.com/u/1408020?v=4)](https://github.com/SRWieZ "SRWieZ (14 commits)")[![binarygeotech](https://avatars.githubusercontent.com/u/6354982?v=4)](https://github.com/binarygeotech "binarygeotech (2 commits)")[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (1 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")

---

Tags

checklaravelphp

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/srwiez-queue-size-health-check/health.svg)

```
[![Health](https://phpackages.com/badges/srwiez-queue-size-health-check/health.svg)](https://phpackages.com/packages/srwiez-queue-size-health-check)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[encodia/laravel-health-env-vars

Custom check for Spatie's Laravel Health - Ensure every .env variable you need has been set

20143.5k](/packages/encodia-laravel-health-env-vars)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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