PHP Package: laravel/horizon

Laravel Horizon is a powerful dashboard and queue monitoring tool for Laravel applications, providing insights and control over queued jobs.

Current Version: 5.31.0
Last Updated: 2025-03-04
PHP Requirement: >=7.1
Dependencies: laravel/framework, predis/predis, symfony/process
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Horizon offers a beautiful dashboard and code-driven configuration for managing Redis queues in Laravel applications. It enables real-time monitoring, job metrics, and efficient queue management, enhancing the performance and scalability of your application.

🔗 View on GitHub

Download Latest Version: 5.31.0

Download Download v5.31.0

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/laravel/horizon/5.31.0/autoload.php';

use Laravel\Horizon\Horizon;
use Laravel\Horizon\Supervisor;
use Laravel\Horizon\Console\TerminateCommand;


$obj = new Laravel\Horizon\Horizon();
echo "✅ Example created successfully.";

?>

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