Download the PHP package donparapidos/horizon without Composer
On this page you can find all versions of the php package donparapidos/horizon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download donparapidos/horizon
More information about donparapidos/horizon
Files in donparapidos/horizon
Package horizon
Short Description Dashboard and code-driven configuration for Laravel queues.
License MIT
Informations about the package horizon
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.
Setup
-
Install by composer (required PHP 7.1+)
-
Add the following to
config/app.php
-
Do
artisan
command -
Add the follow to
app\Providers\AppServiceProvider.php
in order to secure/horizon
end point. - Browse
/horizon
and have fun with your X-Ray Vision. ;)
Official Documentation
Documentation for Horizon can be found on the Laravel website.
License
Laravel Horizon is open-sourced software licensed under the MIT license
All versions of horizon with dependencies
ext-pcntl Version *
ext-posix Version *
cakephp/chronos Version ^1.0
illuminate/contracts Version ~5.4
illuminate/queue Version ~5.4
illuminate/support Version ~5.4
predis/predis Version ^1.1
ramsey/uuid Version ^3.5
symfony/debug Version ~3.3|~4.0