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 today

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

24

—

LowBetter than 31% of packages

Maintenance34

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

631d 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

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M131](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)

PHPackages © 2026

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