PHPackages                             ontherocksoftware/nova-red-amber-green-card - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ontherocksoftware/nova-red-amber-green-card

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ontherocksoftware/nova-red-amber-green-card
===========================================

A Laravel Nova card.

v1.0.0(4y ago)04MITVuePHP &gt;=7.1.0

Since Mar 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/otrsw/NovaRedAmberGreenCard)[ Packagist](https://packagist.org/packages/ontherocksoftware/nova-red-amber-green-card)[ RSS](/packages/ontherocksoftware-nova-red-amber-green-card/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Nova Red Amber Green Card
=========================

[](#nova-red-amber-green-card)

Laravel nova card to show monitor status from red-amber.green.

### Installation

[](#installation)

composer require ontherocksoftware/nova-red-amber-green-card

Config
------

[](#config)

```
php artisan vendor:publish --provider="Ontherocksoftware\NovaRedAmberGreenCard\CardServiceProvider" --tag="config"

```

Usage
-----

[](#usage)

```
    use Ontherocksoftware\NovaRedAmberGreenCard\NovaRedAmberGreenCard;

    //option 1 when all monitors under one account then all you need is to publish the config and set your api key.
    return [
        (new NovaRedAmberGreenCard("bd1768eb-a9ee-4741-9659-dea5524c6c48"))->width('1/3'),
        (new NovaRedAmberGreenCard("b0807944-533e-4dce-a5a0-ec6871511fff"))->width('1/3'),
    ];

    //option 2 when monitors using different accounts.
    return [
        (new NovaRedAmberGreenCard("bd1768eb-a9ee-4741-9659-dea5524c6c48"))->apiKey("api_key_1")->width('1/3'),
        (new NovaRedAmberGreenCard("b0807944-533e-4dce-a5a0-ec6871511fff"))->apiKey("api_key_2")->width('1/3'),
    ];

```

screenshots
-----------

[](#screenshots)

[![](img/loading.png)](img/loading.png)

[![](img/red.png)](img/red.png)

[![](img/amber.png)](img/amber.png)

[![](img/green.png)](img/green.png)

[![](img/monitor_not_found.png)](img/monitor_not_found.png)

[![](img/invalid_token.png)](img/invalid_token.png)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

1533d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15993272?v=4)[Heinz Seldte](/maintainers/otrsw)[@otrsw](https://github.com/otrsw)

---

Top Contributors

[![haythembenkhlifa](https://avatars.githubusercontent.com/u/39649249?v=4)](https://github.com/haythembenkhlifa "haythembenkhlifa (15 commits)")[![otrsw](https://avatars.githubusercontent.com/u/15993272?v=4)](https://github.com/otrsw "otrsw (2 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/ontherocksoftware-nova-red-amber-green-card/health.svg)

```
[![Health](https://phpackages.com/badges/ontherocksoftware-nova-red-amber-green-card/health.svg)](https://phpackages.com/packages/ontherocksoftware-nova-red-amber-green-card)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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