# laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

Repository: https://github.com/laravel/horizon
Canonical: https://ross.abutalabs.com/products/laravel-horizon
Homepage: https://laravel.com/docs/horizon
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, queue
Last push: 2026-08-23T17:29:52+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 97, longevity 100
- inputs: {"age_days": 3337, "days_push": 10, "days_rel": 22, "gap_med": 12, "n_releases_24m": 52}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4165, forks 749 (observed 2026-08-28T04:08:37.880987+00:00)

## What it is
Laravel Horizon is a first-party Laravel package providing a dashboard and code-driven configuration for Laravel Redis queues. It lets teams monitor job throughput, runtime, and failures while managing worker configuration in version control.

## Use cases
- monitor Laravel Redis queue throughput and job failures
- manage queue worker configuration in a version-controlled file
- view failed jobs and retry or delete them from a dashboard
- auto-balance queue workers across multiple queues
- track job runtime metrics and receive failure notifications
- tag and search jobs in the queue dashboard

## When to choose
- you run Laravel applications with Redis-backed queues
- you need visibility into job throughput, latency, and failures
- you want worker configuration managed as code and deployed with your app
- you need auto-balancing of workers across queues

## When to avoid
- your queues are not powered by Redis (Horizon requires Redis)
- you use Redis Cluster, which Horizon does not support
- you use a non-Laravel PHP framework or another language
- you only need a minimal queue worker without a dashboard

## Facets
- artifact type: library
- maturity: stable
- function: monitoring, message-queue, middleware
- domain: web-development, backend, monitoring
- platform: php, self-hosted
- tags: laravel, redis-queues, queue-dashboard, job-monitoring, worker-configuration, devops, web-server

## Member repositories
- laravel/horizon (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:37.880987+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:22:46.867273+00:00, confidence not recorded.
  - readme: https://github.com/laravel/horizon (fetched 2026-08-28T04:08:37.880987+00:00, sha 202b34ecaabe)
  - homepage: https://laravel.com/docs/horizon (fetched 2026-08-29T09:13:36.417188+00:00, sha 96497390ff6d)
  - site_page: https://laravel.com/framework/docs/releases (fetched 2026-08-29T09:13:36.427562+00:00, sha 85e2c221ee3a)
  - site_page: https://laravel.com/framework/docs/upgrade (fetched 2026-08-29T09:13:36.429674+00:00, sha b4e339f4158a)
  - site_page: https://laravel.com/framework/docs/contributions (fetched 2026-08-29T09:13:36.431893+00:00, sha 83554471bded)
  - site_page: https://laravel.com/framework/docs/installation (fetched 2026-08-29T09:13:36.433719+00:00, sha 3acbabb1bf28)
  - site_page: https://laravel.com/framework/docs/configuration (fetched 2026-08-29T09:13:36.435770+00:00, sha 69eb85201040)
  - site_page: https://laravel.com/framework/docs/ai (fetched 2026-08-29T09:13:36.437760+00:00, sha 1f36bfae7768)
  - site_page: https://laravel.com/framework/docs/structure (fetched 2026-08-29T09:13:36.439476+00:00, sha 1b600e6589c4)
  - site_page: https://laravel.com/framework/docs/frontend (fetched 2026-08-29T09:13:36.441196+00:00, sha 2420cef196c1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
