PHP Package: spatie/laravel-horizon-watcher

Laravel Horizon Watcher provides real-time monitoring and management for Laravel Horizon queues.

Current Version: 1.1.4
Last Updated: 2025-07-17
PHP Requirement: ^8.1
Dependencies:
spatie/laravel-horizon
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Horizon Watcher is a tool that allows you to easily keep track of your Laravel Horizon queues, monitor their status, and manage their performance in real-time. With its intuitive interface and powerful features, it simplifies queue management and enhances the efficiency of your Laravel applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.4

Download Download v1.1.4

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/laravel-horizon-watcher/1.1.4/loader.php';
require_once 'libs/spatie/laravel-horizon/{lib_version}/loader.php';

use Spatie\LaravelHorizonWatcher\HorizonWatcher;

$obj = new HorizonWatcher();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.