queuemaster/reporter

Enterprise-grade Laravel queue monitoring reporter for QueueMaster.

Maintainers

Package info

github.com/alhamda50/queuemaster-reporter

pkg:composer/queuemaster/reporter

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.5 2026-04-21 13:14 UTC

This package is auto-updated.

Last update: 2026-04-21 13:14:29 UTC


README

Latest Version on Packagist Total Downloads

QueueMaster Reporter is a lightweight Laravel package that automatically monitors and reports your Queue job statuses (Pending, Processing, Completed, Failed) to the QueueMaster SaaS dashboard.

Installation

You can install the package via composer:

composer require queuemaster/reporter

The service provider will automatically register itself.

Configuration

Publish the configuration file:

php artisan vendor:publish --provider="QueueMaster\Reporter\QueueMasterReporterServiceProvider" --tag="config"

Then, add these variables to your .env file:

QUEUEMASTER_SERVER_URL=https://queuemaster.io
QUEUEMASTER_API_TOKEN=your_organization_api_token

Features

  • Automatic Monitoring: Hooks into Laravel Queue events.
  • Job Retries: Supports remote retries directly from the QueueMaster dashboard.
  • Real-time Updates: Lightweight jobs report status changes immediately.

License

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