Download the PHP package servocoder/lumen-horizon without Composer
On this page you can find all versions of the php package servocoder/lumen-horizon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download servocoder/lumen-horizon
More information about servocoder/lumen-horizon
Files in servocoder/lumen-horizon
Package lumen-horizon
Short Description Commands and code-driven configuration for Lumen queues.
License MIT
Informations about the package lumen-horizon
Introduction
Lumen Horizon is based on the official Laravel Horizon package.
It provides the same features as original package except the dashboard UI because of the Lumen nature. However all stats are available with Horizon API routes. You are free to fetch and leverage the data on your own.
Alternatively, you can install another Laravel application with Horizon on the board to watch jobs and metrics of your Lumen applications. Yep, the Laravel Horizon dashboard will show supervisor's processes that you run with Lumen. Enjoy!
Tested with Lumen 5.5
Installation
The installation is almost the same as original package.
Note that the package namespace remains Laravel\Horizon
, so don't install it along with original one to avoid conflicts.
- Composer dependency manager:
Alternatively, add the dependency directly to your composer.json file:
- Publish
horizon.php
file to the config folder:
or, as suggested in the official package docs:
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 lumen-horizon with dependencies
ext-pcntl Version *
ext-posix Version *
cakephp/chronos Version ^1.0
illuminate/contracts Version ~5.5
illuminate/queue Version ~5.5
illuminate/support Version ~5.5
predis/predis Version ^1.1
ramsey/uuid Version ^3.5
symfony/debug Version ~3.3