PHPackages                             kreitje/nova-horizon-stats - 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. kreitje/nova-horizon-stats

ActiveLibrary

kreitje/nova-horizon-stats
==========================

A Laravel Nova card.

v0.3(7y ago)28175.9k—8.7%2[2 PRs](https://github.com/kreitje/nova-horizon-stats/pulls)MITVuePHP &gt;=7.1.0

Since Aug 25Pushed 7y ago2 watchersCompare

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

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Nova Horizon Stats
==================

[](#nova-horizon-stats)

For sites that use Laravel Horizon, this provides a few cards to show stats you will find on /horizon.

[![horizon stats screenshot](https://camo.githubusercontent.com/2781da9cb9661720e50844e641cdde1b830a2800387a885ffae8bc79862624ad/68747470733a2f2f6b726569746a652e6769746875622e696f2f696d616765732f6e6f76612d686f72697a6f6e2d73746174732f63617264732d73637265656e73686f742e706e67)](https://camo.githubusercontent.com/2781da9cb9661720e50844e641cdde1b830a2800387a885ffae8bc79862624ad/68747470733a2f2f6b726569746a652e6769746875622e696f2f696d616765732f6e6f76612d686f72697a6f6e2d73746174732f63617264732d73637265656e73686f742e706e67)

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

[](#installation)

You can install the package in to a Laravel app that uses Nova via composer:

```
composer require kreitje/nova-horizon-stats

```

In your `app/Providers/NovaServiceProvider.php` add the cards to the cards method array.

Usage:
------

[](#usage)

```
public function cards() {
    return [
        new \Kreitje\NovaHorizonStats\JobsPastHour,
        new \Kreitje\NovaHorizonStats\FailedJobsPastHour,
        new \Kreitje\NovaHorizonStats\Processes,
        new \Kreitje\NovaHorizonStats\Workload
    ];
}
```

You can pass an argument into the classes for how many seconds to automatically refresh. It defaults to the 30 seconds.

```
public function cards() {
    return [
        new \Kreitje\NovaHorizonStats\JobsPastHour(5),
        new \Kreitje\NovaHorizonStats\FailedJobsPastHour(10),
        new \Kreitje\NovaHorizonStats\Processes(15),
        new \Kreitje\NovaHorizonStats\Workload(30),
    ];
}
```

If you want to change the title of the cards, pass a second argument to the card classes.

```
public function cards() {
    return [
        new \Kreitje\NovaHorizonStats\JobsPastHour(5, 'Jobs from the past hour')
    ];
}
```

The Workload card allows you to only watch for specific queues running. To only show specific queues, the third parameter takes an array of queue names.

```
public function cards() {
    return [
        new \Kreitje\NovaHorizonStats\Workload(5, 'Queue Workload', ['default', 'encoding'])
    ];
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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 ~0 days

Total

3

Last Release

2824d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/603228?v=4)[Jeff Kreitner](/maintainers/kreitje)[@kreitje](https://github.com/kreitje)

---

Top Contributors

[![kreitje](https://avatars.githubusercontent.com/u/603228?v=4)](https://github.com/kreitje "kreitje (22 commits)")[![drbyte](https://avatars.githubusercontent.com/u/404472?v=4)](https://github.com/drbyte "drbyte (1 commits)")

---

Tags

laravellaravel-novanovalaravelnova

### Embed Badge

![Health badge](/badges/kreitje-nova-horizon-stats/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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