PHPackages                             devtropolis/nova-simple-status-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. devtropolis/nova-simple-status-card

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

devtropolis/nova-simple-status-card
===================================

A Laravel Nova card.

0.2(7y ago)86.1k2MITPHPPHP &gt;=7.1.0

Since Sep 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/devtropolis/nova-simple-status-card)[ Packagist](https://packagist.org/packages/devtropolis/nova-simple-status-card)[ RSS](/packages/devtropolis-nova-simple-status-card/feed)WikiDiscussions master Synced 2w ago

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

Simple Status Card
==================

[](#simple-status-card)

A really simple status card for laravel nova. Configure an endpoint to return a status and a message and you are good to go

[![](documentation/card_options.png)](documentation/card_options.png)

Installing the card
-------------------

[](#installing-the-card)

You can install the card via Composer using the following command

```
composer require devtropolis/nova-simple-status-card

```

The card needs a url to be passed to it, included in the card package is a test url, you can specify any url you would like

you then need to register the card in the cards array

```
public function cards()
{
    return [
        new NovaSimpleStatusCard->options(['/nova-vendor/statuscard/statusTestEndpoint']),
    ];
}

```

Card options
------------

[](#card-options)

You can customise the following:

1. Fetch Interval - how often the url is polled in milliseconds
2. Card Title - The title displayed at the top
3. Icon - an icon to display in the top right of the card

to set the options just pass them as a array elements to the options method of the card

```
  (new NovaSimpleStatusCard())->options(['title' => 'My Custom Title',
                                         'url' => '/nova-vendor/statuscard/statusTestEndpoint',
                                         'icon' => 'https://avatars3.githubusercontent.com/u/2988541?s=200&v=4'
                                         'fetchInterval' => 5000
                                         ]),

```

Endpoint Response Format
------------------------

[](#endpoint-response-format)

In order for the card to display anything you need to configure your endpoint to response with the following object

```
 return response([
                    'status'=> 'YOUR_RESPONSE_STATUS one of pass,fail,other',
                    'message'=> 'Any message you want displaying in the footer'
 ]);

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

2839d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/286a02f421b6a5c562e127617e908a7f3a109721cc17098ecea84a17892d4047?d=identicon)[jachno](/maintainers/jachno)

---

Top Contributors

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

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/devtropolis-nova-simple-status-card/health.svg)

```
[![Health](https://phpackages.com/badges/devtropolis-nova-simple-status-card/health.svg)](https://phpackages.com/packages/devtropolis-nova-simple-status-card)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.6M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17178.1k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

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

11258.1k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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