PHPackages                             bagsiz/queue-monitor - 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. bagsiz/queue-monitor

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

bagsiz/queue-monitor
====================

A Laravel package for monitoring queue jobs.

1.0.6(1y ago)111MITPHPPHP &gt;=7.4

Since Oct 10Pushed 1y ago1 watchersCompare

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

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

Bagsiz Queue Monitor
====================

[](#bagsiz-queue-monitor)

Overview
--------

[](#overview)

Bagsiz Queue Monitor is a Laravel package for monitoring the status of your queue jobs. It tracks jobs that are processing, completed, and failed, and provides a simple dashboard to view job statuses in real time.

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

[](#installation)

1. Install the package via Composer:

    ```
    composer require Bagsiz/queue-monitor

    ```
2. Publish the configuration and view files:

    ```
    php artisan vendor:publish --provider="Bagsiz\QueueMonitor\QueueMonitorServiceProvider"

    ```
3. Add the service provider in your `config/app.php` file if it is not automatically added:

    ```
    'providers' => [
        // Other service providers...
        Bagsiz\QueueMonitor\QueueMonitorServiceProvider::class,
    ],
    ```

Usage
-----

[](#usage)

- To view the queue monitor panel, navigate to `/queue-monitor` in your application.
- The dashboard will provide real-time information about processing, completed, and failed jobs.

Configuration
-------------

[](#configuration)

The package comes with a configuration file (`queue-monitor.php`) that can be customized after publishing. You can change settings like:

- `redis_connection`: Specify the redis connection to use.

Example
-------

[](#example)

The monitoring panel is accessible at `/queue-monitor`. It shows:

- **Processing Jobs**: Jobs that are currently in progress.
- **Processed Jobs**: Jobs that have been completed.
- **Failed Jobs**: Jobs that have failed, along with error details.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

7

Last Release

579d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bagsiz-queue-monitor/health.svg)

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

###  Alternatives

[palpalani/laravel-sqs-queue-json-reader

Custom SQS queue reader for Laravel

26109.8k](/packages/palpalani-laravel-sqs-queue-json-reader)[carsguide/lumen-horizon

Commands and code-driven configuration for Lumen queues.

1050.6k](/packages/carsguide-lumen-horizon)[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)
