PHPackages                             mpstr24/laravel-queue-tracker - 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. mpstr24/laravel-queue-tracker

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

mpstr24/laravel-queue-tracker
=============================

Laravel package to allow you to track the active job in a queue on production.

v1.1.0(1y ago)02MITPHPPHP ^8.0CI passing

Since Mar 4Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Laravel Queue Tracker
=====================

[](#laravel-queue-tracker)

This package is designed to track the current job that is being processed within your queue, allowing you to see what is ongoing within the system.

> **Note:** This package has been primarily tested with sync and database. Other queue drivers might not work as expected.

[![GitHub Actions Workflow Status](https://camo.githubusercontent.com/415a8c992071b5cc81a09fd32aadd52d8dbcb2cc2821fdc73fb82228e2fe1b25/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d7073747232342f6c61726176656c2d71756575652d747261636b65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e)](https://camo.githubusercontent.com/415a8c992071b5cc81a09fd32aadd52d8dbcb2cc2821fdc73fb82228e2fe1b25/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d7073747232342f6c61726176656c2d71756575652d747261636b65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e)[![Packagist Version](https://camo.githubusercontent.com/066eb2d9555ae1e7982006a8f7cb97fec72d7e508cb7040c520acca1cb887167/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7073747232342f6c61726176656c2d71756575652d747261636b6572)](https://camo.githubusercontent.com/066eb2d9555ae1e7982006a8f7cb97fec72d7e508cb7040c520acca1cb887167/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7073747232342f6c61726176656c2d71756575652d747261636b6572)[![Packagist Downloads](https://camo.githubusercontent.com/80b229b9269236bbce60c99d14abcf6b883f728c48e501a029dc53db8280718a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7073747232342f6c61726176656c2d71756575652d747261636b6572)](https://camo.githubusercontent.com/80b229b9269236bbce60c99d14abcf6b883f728c48e501a029dc53db8280718a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7073747232342f6c61726176656c2d71756575652d747261636b6572)

Features
--------

[](#features)

- Automatic polling of the current job
- Ability to target a specific queue

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

[](#installation)

Install the package via Composer:

```
composer require mpstr24/laravel-queue-tracker
```

Usage/Examples
--------------

[](#usageexamples)

### Basic usage.

[](#basic-usage)

Run the following to see the current job being processed on "default" queue.

```
php artisan queue:track
```

### Queue selection

[](#queue-selection)

Use `--queue` to change the current queue you are tracking.

```
php artisan queue:track --queue=high
```

### Queue polling

[](#queue-polling)

Use `--watch` to poll the selected queue and see the jobs change. This polls every 5 seconds.

```
php artisan queue:track --watch
```

Roadmap
-------

[](#roadmap)

- Tabular output if more than one job is currently processing.
- Config file for finer control
    - Polling control
    - Default queue control
- Job failure tracking
    - Error logging and analytics
- Larastan goals
    - 5
    - 6
    - 7
    - 8
    - 9
- Implement tests

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance44

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2

Last Release

437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/773463d85604eb752853b3c3a25480bbadba2eb6215eb22669497192b2cb1d21?d=identicon)[MPSTR](/maintainers/MPSTR)

---

Top Contributors

[![MPSTR24](https://avatars.githubusercontent.com/u/74561948?v=4)](https://github.com/MPSTR24 "MPSTR24 (17 commits)")

---

Tags

laravellaravel-packagephp8queueslaravelpackagequeue

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mpstr24-laravel-queue-tracker/health.svg)

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

###  Alternatives

[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[mookofe/tail

RabbitMQ and PHP client for Laravel and Lumen that allows you to add and listen queues messages just simple

5552.5k](/packages/mookofe-tail)[harris21/laravel-fuse

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

3786.5k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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