PHPackages                             kussie/nova-version-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. kussie/nova-version-card

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

kussie/nova-version-card
========================

A Laravel Nova card to show some system versions.

v0.1.2(2y ago)321.3k↓66%3MITPHPPHP ^7.3|^8.0

Since Apr 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Kussie/nova-version-card)[ Packagist](https://packagist.org/packages/kussie/nova-version-card)[ RSS](/packages/kussie-nova-version-card/feed)WikiDiscussions main Synced yesterday

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

Nova Version Card (Laravel Nova 4.0+)
=====================================

[](#nova-version-card-laravel-nova-40)

Get the versions of the basic system services of the server running your web application right from your Nova dashboard. This is based on the work of [Chris Bautista](https://github.com/CoreProc/nova-system-info-card)

[![version card screenshot](https://github.com/Kussie/nova-version-card/raw/main/screenshot.png?raw=true)](https://github.com/Kussie/nova-version-card/blob/main/screenshot.png?raw=true)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require kussie/nova-version-card
```

Usage
-----

[](#usage)

Register the card within your Dashboard in Nova. This is typically done in the `cards` method of your Dashboard file for example `Dashboard/Main.php`.

```
// ...
public function cards()
{
    return [
        // ...
        new \Kussie\VersionCard\VersionCard(),
    ];
}
```

### Testing

[](#testing)

```
composer test
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Chris Bautista](https://github.com/chrisbjr)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~296 days

Total

3

Last Release

958d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04a013cfe77124ff731c76a1621d80a967f970f692689f38873e88998c54f2e6?d=identicon)[Kussie](/maintainers/Kussie)

---

Top Contributors

[![Kussie](https://avatars.githubusercontent.com/u/4960791?v=4)](https://github.com/Kussie "Kussie (5 commits)")[![Abdukhaligov](https://avatars.githubusercontent.com/u/23464168?v=4)](https://github.com/Abdukhaligov "Abdukhaligov (2 commits)")[![akulmambetov](https://avatars.githubusercontent.com/u/54025480?v=4)](https://github.com/akulmambetov "akulmambetov (1 commits)")[![djekl](https://avatars.githubusercontent.com/u/1119714?v=4)](https://github.com/djekl "djekl (1 commits)")

---

Tags

laravelnovalaravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kussie-nova-version-card/health.svg)

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

###  Alternatives

[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6163.5M22](/packages/ebess-advanced-nova-media-library)[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)

PHPackages © 2026

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