Download the PHP package bagsiz/queue-monitor without Composer
On this page you can find all versions of the php package bagsiz/queue-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bagsiz/queue-monitor
More information about bagsiz/queue-monitor
Files in bagsiz/queue-monitor
Package queue-monitor
Short Description A Laravel package for monitoring queue jobs.
License MIT
Informations about the package queue-monitor
Bagsiz Queue Monitor
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
-
Install the package via Composer:
-
Publish the configuration and view files:
- Add the service provider in your
config/app.phpfile if it is not automatically added:
Usage
- To view the queue monitor panel, navigate to
/queue-monitorin your application. - The dashboard will provide real-time information about processing, completed, and failed jobs.
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
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
This package is open-sourced software licensed under the MIT license.
All versions of queue-monitor with dependencies
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
illuminate/queue Version ^8.0|^9.0|^10.0|^11.0
illuminate/routing Version ^8.0|^9.0|^10.0|^11.0
mockery/mockery Version ^1.4
predis/predis Version ^2.2