Download the PHP package nht/queue-monitor without Composer

On this page you can find all versions of the php package nht/queue-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package queue-monitor

NHT Queue Monitor (Queue Pulse)

Latest Version on Packagist Total Downloads License

NHT Queue Monitor is a modern, enterprise-grade queue monitoring package for Laravel. Designed as a powerful alternative to Laravel Horizon, it provides deep insights into your queue system with a beautiful dark UI, real-time capabilities, and advanced diagnostics.

🚀 Features

📦 Installation

Finalize Installation

Run the following commands to publish assets and migrate:

Uninstallation

If you need to remove the package and its assets:

⚙️ Configuration

The package can be configured entirely via environment variables in your .env file.

Variable Default Description
QUEUE_MONITOR_ENABLED true Enable/Disable the monitor.
QUEUE_MONITOR_AI_ENABLED false Enable AI-powered failure analysis.
QUEUE_MONITOR_AI_PROVIDER openai AI provider (openai or anthropic).
QUEUE_MONITOR_AI_KEY null Your AI provider API key.
QUEUE_MONITOR_ROUTE_PREFIX queue-monitor URL path for the dashboard.
QUEUE_MONITOR_ALLOWED_EMAILS null Comma-separated emails for access.
QUEUE_MONITOR_ENABLE_GATE false Enable Laravel Gate protection.
QUEUE_MONITOR_TRACK_SUCCESSFUL_JOBS false Log successful jobs to DB.
QUEUE_MONITOR_STORE_JOB_PAYLOAD false Save full payload for all jobs.
QUEUE_MONITOR_JOB_RETENTION_DAYS 30 Auto-delete records older than X days.
QUEUE_MONITOR_ALERTS_ENABLED true Enable threshold-based alerting.
QUEUE_MONITOR_NOTIFICATIONS_ENABLED false Enable Slack/Mail notifications.
QUEUE_MONITOR_BROADCAST_ENABLED false Enable real-time UI updates.

🛡️ Security

Email Access

Add specific users who can access the dashboard:

Laravel Gate

For complex authorization, enable the Gate in .env:

Then define the viewQueueMonitor gate in your AuthServiceProvider:

⏰ Scheduling & Maintenance

To keep your dashboard clean and receive alerts, add these to your app/Console/Kernel.php (or routes/console.php in Laravel 11+):

📊 Usage

Once installed, visit /queue-monitor in your browser.

🤖 AI Failure Analysis

Queue Pulse integrates with OpenAI and Anthropic to provide intelligent insights into your failed jobs.

Setup

  1. Enable the feature in your .env:

  2. (Optional) Customize the model:

How to Use

  1. Navigate to the Failed Jobs list.
  2. Click View on any failed job.
  3. Click the AI Analysis button in the header.
  4. The system will send the job name, exception, and payload to the AI to generate a root-cause analysis and a suggested fix.

🛠️ Payload Editor (Edit & Retry)

Sometimes a job fails because of a typo or missing data. You can fix it without leaving the dashboard:

  1. Click View on a failed job.
  2. Click Edit & Retry in the header.
  3. Modify the JSON payload in the modal.
  4. Click Update & Retry Now.

The job will be updated in the database and immediately pushed back to the queue with your new data.

🔌 API Reference

Queue Pulse provides a lightweight JSON API for external integrations or custom dashboards.

Live Feed

Returns the latest failed jobs and monitor events.

Failure Trends

Returns data for generating charts.

🤝 Contributing

Contributions are welcome! Please feel free to submit Pull Requests.

📜 License

The MIT License (MIT). Please see License File for more information.


All versions of queue-monitor with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/database Version ^10.0|^11.0|^12.0|^13.0
illuminate/routing Version ^10.0|^11.0|^12.0|^13.0
illuminate/console Version ^10.0|^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nht/queue-monitor contains the following files

Loading the files please wait ...