Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel/horizon
Dashboard and code-driven configuration for Laravel queues.
https://github.com/laravel/horizon
laravel queue
Last synced: 3 days ago
JSON representation
Dashboard and code-driven configuration for Laravel queues.
- Host: GitHub
- URL: https://github.com/laravel/horizon
- Owner: laravel
- License: mit
- Created: 2017-07-14T15:26:27.000Z (over 7 years ago)
- Default Branch: 5.x
- Last Pushed: 2025-01-31T10:55:18.000Z (14 days ago)
- Last Synced: 2025-02-05T19:13:33.590Z (8 days ago)
- Topics: laravel, queue
- Language: PHP
- Homepage: https://laravel.com/docs/horizon
- Size: 24.7 MB
- Stars: 3,908
- Watchers: 82
- Forks: 665
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- laravel-awesome - laravel/horizon
- awesome-laravel - Horizon - Horizon le permite monitorear fácilmente las métricas clave de su sistema de colas, como el rendimiento del trabajo, el tiempo de ejecución y las fallas del trabajo. (Paquetes utiles)
- awesome-laravel - Horizon - Monitor and configure queues with a simple web UI (Popular Packages)
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](https://laravel.com/docs/horizon).
## Contributing
Thank you for considering contributing to Horizon! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
Please review [our security policy](https://github.com/laravel/horizon/security/policy) on how to report security vulnerabilities.
## License
Laravel Horizon is open-sourced software licensed under the [MIT license](LICENSE.md).