PHPackages                             mustorze/horizon-config-tags - 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. mustorze/horizon-config-tags

ActiveLibrary

mustorze/horizon-config-tags
============================

A monitored tag standardizer for Laravel Horizon

1.0.5(5y ago)34.8k1MITPHPPHP &gt;=7.1CI failing

Since Oct 4Pushed 5y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Horizon Config Tags
===================

[](#horizon-config-tags)

Tag tracking functionality is very useful and used by users. Based on this I realized that we always need to test horizon in other environments and unfortunately we need to recreate all tags for monitoring.

How to use
----------

[](#how-to-use)

### Prerequisites

[](#prerequisites)

To run this project, you must have `php >= 7.1` and `laravel\horizon >= 2.0`. This package is made for Laravel Horizon.

#### Step 1

[](#step-1)

Include in yours composer.json in the requirements these `"mustorze/horizon-config-tags": "1.0"` then run `composer update`

Or just run `composer require mustorze/horizon-config-tags`

#### Step 2

[](#step-2)

If you using **Laravel 5.5+** do you can skip this step.

Add the service provider in your `config/app.php` file:

```
'providers' => [
    // ...
    Mustorze\ConfigTags\HorizonConfigTagsProvider::class,
];
```

#### Step 3

[](#step-3)

Add the monitored tags into `config/horizon.php` file:

```
'monitored_tags' => [
//  'Your'
//  'Beautiful'
//  'Tags'
],
```

Well done just startup the Horizon.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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 ~69 days

Recently: every ~86 days

Total

6

Last Release

2064d ago

### Community

Maintainers

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

---

Top Contributors

[![Arkanius](https://avatars.githubusercontent.com/u/6404401?v=4)](https://github.com/Arkanius "Arkanius (1 commits)")

### Embed Badge

![Health badge](/badges/mustorze-horizon-config-tags/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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