aminrafiei / horizon
Dashboard and code-driven configuration for Laravel queues.
v3.3.2
2019-08-27 14:30 UTC
Requires
- php: >=7.1.0
- ext-json: *
- ext-pcntl: *
- ext-posix: *
- cakephp/chronos: ^1.0
- illuminate/contracts: ~5.7.0|~5.8.0|^6.0|^7.0
- illuminate/queue: ~5.7.0|~5.8.0|^6.0|^7.0
- illuminate/support: ~5.7.0|~5.8.0|^6.0|^7.0
- predis/predis: ^1.1
- ramsey/uuid: ^3.5
- symfony/debug: ^4.2
- symfony/process: ^4.2
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^3.7|^4.0|^5.0
- phpunit/phpunit: ^7.0|^8.0
- dev-master / 4.0.x-dev
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.8
- v3.2.7
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- 2.0.x-dev
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.1
- v1.1.0
- 1.0.x-dev
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.2.0
- v0.1.0
This package is not auto-updated.
Last update: 2024-11-08 03:59:03 UTC
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.
Official Documentation
Documentation for Horizon can be found on the Laravel website.
License
Laravel Horizon is open-sourced software licensed under the MIT license.