PHPackages                             norman-huth/nova-watch-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. norman-huth/nova-watch-card

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

norman-huth/nova-watch-card
===========================

A card for Laravel Nova, which checks whether an update is available with NovaWat.ch.

v1.0.1(2y ago)015MITPHPPHP ^8.0

Since Nov 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Muetze42/nova-watch-card)[ Packagist](https://packagist.org/packages/norman-huth/nova-watch-card)[ Fund](https://huth.it/coffee)[ GitHub Sponsors](https://github.com/Muetze42)[ RSS](/packages/norman-huth-nova-watch-card/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

NovaWat.ch Card
===============

[](#novawatch-card)

A card for Laravel Nova, which checks whether an update is available with [NovaWat.ch](https://novawat.ch).

[![Preview](https://raw.githubusercontent.com/Muetze42/nova-watch-card/main/docs/preview.png "Preview")](https://raw.githubusercontent.com/Muetze42/nova-watch-card/main/docs/preview.png)

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

[](#installation)

```
composer require norman-huth/nova-watch-card
```

Usage
-----

[](#usage)

Basic usage.

```
    public function cards(): array
    {
        return [
            new \NormanHuth\NovaWatchCard\NovaWatchCard(),
        ];
    }
```

### Check Specific Version

[](#check-specific-version)

```
    public function cards(): array
    {
        return [
            new \NormanHuth\NovaWatchCard\NovaWatchCard('4.29.0'),
        ];
    }
```

### Add A Heading

[](#add-a-heading)

```
    public function cards(): array
    {
        return [
            new \NormanHuth\NovaWatchCard\NovaWatchCard()
                ->setHeading('Customer 3'),
        ];
    }
```

### Optional: Publish Translations

[](#optional-publish-translations)

```
php artisan vendor:publish --tag=nova-watch-card-translations
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

965d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2579233?v=4)[Muetze](/maintainers/Muetze)[@muetze](https://github.com/muetze)

---

Top Contributors

[![Muetze42](https://avatars.githubusercontent.com/u/26193232?v=4)](https://github.com/Muetze42 "Muetze42 (2 commits)")

---

Tags

laravel-novanova-cardlaravelnovanova card

### Embed Badge

![Health badge](/badges/norman-huth-nova-watch-card/health.svg)

```
[![Health](https://phpackages.com/badges/norman-huth-nova-watch-card/health.svg)](https://phpackages.com/packages/norman-huth-nova-watch-card)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92219.3k3](/packages/advoor-nova-editor-js)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17947.0k](/packages/outl1ne-nova-page-manager)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

58249.9k](/packages/sbine-route-viewer)

PHPackages © 2026

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