PHPackages                             stopfoot/horizon - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. stopfoot/horizon

ActiveLibrary[Queues &amp; Workers](/categories/queues)

stopfoot/horizon
================

Dashboard and code-driven configuration for Laravel queues.

v1.0.3(3mo ago)01MITPHPPHP ^8

Since Jan 30Pushed 3mo agoCompare

[ Source](https://github.com/stopfoot/lumen-horizon)[ Packagist](https://packagist.org/packages/stopfoot/horizon)[ RSS](/packages/stopfoot-horizon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (11)Versions (2)Used By (0)

Introduction
============

[](#introduction)

Lumen Horizon is based on the official [Laravel Horizon](https://github.com/laravel/horizon) (v5.x) package. It provides the same features as original package except the UI. Tested with **Lumen 8**

Installation
------------

[](#installation)

1. Important! Uncomment in your `bootstrap/app.php`

```
$app->withFacades();
$app->withEloquent();
```

Make sure you register `Illuminate\Redis\RedisServiceProvider::class` in your `boorstrap/app.php` file.

```
    $app->register(Illuminate\Redis\RedisServiceProvider::class);
```

Add in your `bootstrap/app.php`

```
$app->configure('app');
```

2. Run composer to add the dependency.

```
    composer require kingdarkness/lumen-horizon
```

3. Publish config add the `horizon.php` to config/horizon

```
    cp vendor/kingdarkness/horizon-lumen/config/horizon.php config/horizon.php
```

4. register provider in your `bootstrap/app.php`

```
    // add provider
    $app->register(Laravel\Horizon\HorizonServiceProvider::class);
    // add config
    $app->configure('horizon');
```

Official Documentation
----------------------

[](#official-documentation)

Documentation for Horizon can be found on the [Laravel website](https://laravel.com/docs/horizon).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance79

Regular maintenance activity

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 77.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

109d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf2c2a242f5eef563be05f46cf430d285232a462cfc8fc9232a83cb7a8dabdfd?d=identicon)[stopfoot](/maintainers/stopfoot)

---

Top Contributors

[![KingDarkness](https://avatars.githubusercontent.com/u/12492508?v=4)](https://github.com/KingDarkness "KingDarkness (14 commits)")[![stopfoot](https://avatars.githubusercontent.com/u/19283298?v=4)](https://github.com/stopfoot "stopfoot (4 commits)")

---

Tags

laravelqueue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stopfoot-horizon/health.svg)

```
[![Health](https://phpackages.com/badges/stopfoot-horizon/health.svg)](https://phpackages.com/packages/stopfoot-horizon)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k84.2M225](/packages/laravel-horizon)[carsguide/lumen-horizon

Commands and code-driven configuration for Lumen queues.

1050.6k](/packages/carsguide-lumen-horizon)[hpwebdeveloper/laravel-failed-jobs

UI for Laravel failed jobs.

183.1k](/packages/hpwebdeveloper-laravel-failed-jobs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
