PHPackages                             ccarver/queue-watcher-laravel - 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. ccarver/queue-watcher-laravel

ActiveLibrary

ccarver/queue-watcher-laravel
=============================

Laravel integration for the queue-watcher Go package — emits job telemetry over stdout as newline-delimited JSON.

v1.0.0(today)00MITPHPPHP ^8.1

Since Jul 31Pushed todayCompare

[ Source](https://github.com/clcarver/queue-watcher-laravel)[ Packagist](https://packagist.org/packages/ccarver/queue-watcher-laravel)[ RSS](/packages/ccarver-queue-watcher-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

queue-watcher-laravel
=====================

[](#queue-watcher-laravel)

A Laravel package that integrates with the [queue-watcher](https://github.com/clcarver/queue-watcher) Go process. It hooks into Laravel's queue job lifecycle and emits newline-delimited JSON to stdout so queue-watcher can monitor jobs in real time.

Requirements
------------

[](#requirements)

- PHP 8.1+
- Laravel 10, 11, or 12

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

[](#installation)

```
composer require ccarver/queue-watcher-laravel
```

Laravel's auto-discovery will register the service provider automatically. No manual registration is needed.

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

[](#configuration)

Publish the config file if you need to override defaults:

```
php artisan vendor:publish --tag=queue-watcher-config
```

This creates `config/queue-watcher.php`. You can then disable telemetry via your `.env` without removing the package:

```
QUEUE_WATCHER_ENABLED=false
```

How it works
------------

[](#how-it-works)

While `php artisan queue:work` is running, the package listens to Laravel's queue events and writes a JSON line to stdout for each job transition:

```
{"telemetry":true,"status":"reserved","job_id":"1","job_name":"App\\Jobs\\MyJob","error":null,"time":"2026-01-01T00:00:00+00:00"}
{"telemetry":true,"status":"completed","job_id":"1","job_name":"App\\Jobs\\MyJob","error":null,"time":"2026-01-01T00:00:01+00:00"}
{"telemetry":true,"status":"failed","job_id":"2","job_name":"App\\Jobs\\MyJob","error":"Timeout","time":"2026-01-01T00:00:05+00:00"}
```

The queue-watcher Go process reads these lines from the worker's stdout pipe.

Telemetry is only active when the application is running in the console (`php artisan queue:work`) and is a no-op in web requests.

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6369258?v=4)[clcarver](/maintainers/clcarver)[@clcarver](https://github.com/clcarver)

### Embed Badge

![Health badge](/badges/ccarver-queue-watcher-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/ccarver-queue-watcher-laravel/health.svg)](https://phpackages.com/packages/ccarver-queue-watcher-laravel)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M332](/packages/laravel-horizon)[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k57.2M655](/packages/laravel-scout)[illuminate/auth

The Illuminate Auth package.

9328.5M1.3k](/packages/illuminate-auth)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.4M229](/packages/illuminate-broadcasting)[illuminate/notifications

The Illuminate Notifications package.

483.1M1.2k](/packages/illuminate-notifications)[rapidez/core

Rapidez Core

1824.4k74](/packages/rapidez-core)

PHPackages © 2026

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