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

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

servocoder/lumen-horizon
========================

Commands and code-driven configuration for Lumen queues.

v1.0.8(8y ago)2480.4k↓65%9[3 issues](https://github.com/servocoder/lumen-horizon/issues)MITPHPPHP &gt;=7.1.0

Since Dec 29Pushed 7y ago4 watchersCompare

[ Source](https://github.com/servocoder/lumen-horizon)[ Packagist](https://packagist.org/packages/servocoder/lumen-horizon)[ RSS](/packages/servocoder-lumen-horizon/feed)WikiDiscussions master Synced yesterday

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

Introduction
------------

[](#introduction)

Lumen Horizon is based on the official [Laravel Horizon](https://github.com/laravel/horizon) package.

It provides the same features as original package except the dashboard UI because of the Lumen nature. However all stats are available with Horizon [API routes](https://github.com/servocoder/lumen-horizon/blob/master/routes/web.php). You are free to fetch and leverage the data on your own.

Alternatively, you can install another Laravel application with Horizon on the board to watch jobs and metrics of your Lumen applications. Yep, the Laravel Horizon dashboard will show supervisor's processes that you run with Lumen. Enjoy!

Tested with **Lumen 5.5**

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

[](#installation)

The installation is almost the same as original package.

Note that the package namespace remains `Laravel\Horizon`, so don't install it along with original one to avoid conflicts.

1. Composer dependency manager:

```
    composer require servocoder/lumen-horizon "~1.0"
```

Alternatively, add the dependency directly to your composer.json file:

```
    "require": {
        "servocoder/lumen-horizon": "~1.0"
    }

```

2. Publish `horizon.php` file to the config folder:

```
    php artisan vendor:publish --tag=horizon-config
```

or, as suggested in the official package docs:

```
    php artisan vendor:publish --provider="Laravel\Horizon\HorizonServiceProvider"
```

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

[](#official-documentation)

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

License
-------

[](#license)

Laravel Horizon is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3108d ago

### Community

Maintainers

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

---

Top Contributors

[![psolom](https://avatars.githubusercontent.com/u/1310273?v=4)](https://github.com/psolom "psolom (8 commits)")[![rawaludin](https://avatars.githubusercontent.com/u/1274849?v=4)](https://github.com/rawaludin "rawaludin (1 commits)")

---

Tags

lumenqueuehorizon

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)

PHPackages © 2026

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