lewislarsen / horizon
A fork of Laravel Horizon with an enhanced dashboard and additional features.
Requires
- php: ^8.0
- ext-json: *
- ext-pcntl: *
- ext-posix: *
- illuminate/contracts: ^9.21|^10.0|^11.0|^12.0|^13.0
- illuminate/queue: ^9.21|^10.0|^11.0|^12.0|^13.0
- illuminate/support: ^9.21|^10.0|^11.0|^12.0|^13.0
- laravel/sentinel: ^1.0
- nesbot/carbon: ^2.17|^3.0
- ramsey/uuid: ^4.0
- symfony/console: ^6.0|^7.0|^8.0
- symfony/error-handler: ^6.0|^7.0|^8.0
- symfony/polyfill-php83: ^1.28
- symfony/process: ^6.0|^7.0|^8.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^7.56|^8.37|^9.16|^10.9|^11.0
- phpstan/phpstan: ^1.10|^2.0
- predis/predis: ^1.1|^2.0|^3.0
Suggests
- ext-redis: Required to use the Redis PHP driver.
- predis/predis: Required when not using the Redis PHP driver (^1.1|^2.0|^3.0).
README
Introduction
Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures.
All of your worker configuration is stored in a single, simple configuration file, allowing your configuration to stay in source control where your entire team can collaborate.
Differences
This fork aims to maintain full parity with the official Laravel Horizon repository. We only intend to improve upon Laravel Horizon with an enhanced UI and additional features that wouldn't necessarily be merged into the main repository.
What's Different:
- Modern UI redesign with visual design language inspired by Laravel Forge and Laravel Cloud
- Clear queue functionality directly from the dashboard UI
Installation
Install via Composer:
composer require lewislarsen/horizon
After installation, publish the Horizon assets:
php artisan horizon:install
Then continue with the standard Horizon setup as documented in the official documentation.
Official Documentation
Documentation for Horizon can be found on the Laravel website. Since we maintain parity with the official repository, all documentation applies to this fork as well.
Contributing
Thank you for considering contributing to Horizon! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Horizon is open-sourced software licensed under the MIT license.