PHP Package: spatie/laravel-horizon-watcher
Laravel Horizon Watcher provides real-time monitoring and management for Laravel Horizon queues.
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.
Download Latest Version: 1.1.4

Previous Versions
v1.1.1
v1.1.2 - Coming soon
v1.1.3 - Coming soon
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.