PHPackages                             laravel-lumen/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. laravel-lumen/horizon

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

laravel-lumen/horizon
=====================

Dashboard and code-driven configuration for Laravel-lumen queues.

v1.0.7(4y ago)44.2k[1 issues](https://github.com/hys111/lumen-horizon/issues)MITPHPPHP ^7.3|^8.0

Since Jan 10Pushed 4y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (12)Versions (10)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 laravel-lumen/horizon
```

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

```
    cp vendor/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

Maintenance15

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~8 days

Total

8

Last Release

1528d ago

### Community

Maintainers

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

---

Top Contributors

[![hys111](https://avatars.githubusercontent.com/u/26732838?v=4)](https://github.com/hys111 "hys111 (12 commits)")

---

Tags

laravellumenqueue

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

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

Commands and code-driven configuration for Lumen queues.

1050.6k](/packages/carsguide-lumen-horizon)

PHPackages © 2026

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