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

ActiveLibrary

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

A Laravel Nova card to show some system versions.

v0.1.2(2y ago)320.5k↓42.9%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 1mo ago

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 77% of packages

Maintenance36

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

912d 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

[optimistdigital/nova-sortable

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

2872.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.

2861.8M9](/packages/outl1ne-nova-sortable)[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)

PHPackages © 2026

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