PHPackages                             wizcodepl/jobs-counter-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. [Queues &amp; Workers](/categories/queues)
4. /
5. wizcodepl/jobs-counter-health-check

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

wizcodepl/jobs-counter-health-check
===================================

This package provides a Laravel Health check to monitor the number of active and failed jobs in your queue system.

1.0.7(1y ago)0181↓50%[3 PRs](https://github.com/wizcodepl/jobs-counter-health-check/pulls)MITPHPPHP ^8.0CI passing

Since Mar 7Pushed 1mo agoCompare

[ Source](https://github.com/wizcodepl/jobs-counter-health-check)[ Packagist](https://packagist.org/packages/wizcodepl/jobs-counter-health-check)[ Docs](https://github.com/wizcodepl/jobs-counter-health-check)[ GitHub Sponsors](https://github.com/WizcodePl)[ RSS](/packages/wizcodepl-jobs-counter-health-check/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (12)Used By (0)

This package provides a Laravel Health check to monitor the number of active and failed jobs in your queue system.
==================================================================================================================

[](#this-package-provides-a-laravel-health-check-to-monitor-the-number-of-active-and-failed-jobs-in-your-queue-system)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c61f6a9f3e8c51a816675de46f886a384b3d5b3bfcdcfcfe4eea3f9dce423097/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77697a636f6465706c2f6a6f62732d636f756e7465722d6865616c74682d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wizcodepl/jobs-counter-health-check)[![GitHub Tests Action Status](https://camo.githubusercontent.com/32ad3eeefb15a6bbae244293ce050d8155b119084903c743cf4ef155c92d659c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f77697a636f6465706c2f6a6f62732d636f756e7465722d6865616c74682d636865636b2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/wizcodepl/jobs-counter-health-check/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d0c05b339beab0c6c1f5eb7dca86dfef4cc2931808e581e71790e109c964d78b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f77697a636f6465706c2f6a6f62732d636f756e7465722d6865616c74682d636865636b2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/wizcodepl/jobs-counter-health-check/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a4772662f42b5cb3ac25c38fe40e1f5f1aa43e1aa5f20e2e01e988b3530dd0e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77697a636f6465706c2f6a6f62732d636f756e7465722d6865616c74682d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wizcodepl/jobs-counter-health-check)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

About us
--------

[](#about-us)

Wizcode builds expandable MVPs with lightning-speed development solutions. We create scalable web platforms, mobile apps, and IoT solutions. Check for more:

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

[](#installation)

You can install the package via composer:

```
composer require wizcodepl/jobs-counter-health-check
```

Usage
-----

[](#usage)

```
use WizcodePl\JobsCounterHealthCheck\JobsCounterCheck;

Health::checks([
    JobsCounterCheck::new()
        ->failedJobsThreshold(1)
        ->queue('default'),
]);
```

for all queues:

```
use WizcodePl\JobsCounterHealthCheck\JobsCounterCheck;

Health::checks([
    JobsCounterCheck::new()
        ->failedJobsThreshold(1),
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jakub Szcześniak](https://github.com/jakub-wizcode)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance70

Regular maintenance activity

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~1 days

Total

8

Last Release

421d ago

PHP version history (2 changes)1.0.0PHP ^8.4

1.0.3PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/855ef6fbfb4716caf57215f39f769dafd5924fa27b83ebea1ed699b946a8c349?d=identicon)[jakub-wizcode](/maintainers/jakub-wizcode)

---

Top Contributors

[![kuba-wizcode](https://avatars.githubusercontent.com/u/136367424?v=4)](https://github.com/kuba-wizcode "kuba-wizcode (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelwizcodepljobs-counter-health-check

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wizcodepl-jobs-counter-health-check/health.svg)

```
[![Health](https://phpackages.com/badges/wizcodepl-jobs-counter-health-check/health.svg)](https://phpackages.com/packages/wizcodepl-jobs-counter-health-check)
```

###  Alternatives

[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[kunalvarma05/laravel-rabbitmq

Work with RabbitMQ in Laravel.

1853.7k](/packages/kunalvarma05-laravel-rabbitmq)

PHPackages © 2026

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