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

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

abdukhaligov/nova-version-card
==============================

A Laravel Nova card to show some system versions.

v0.1.4(1y ago)03MITPHPPHP ^7.3|^8.0

Since Jan 26Pushed 1y agoCompare

[ Source](https://github.com/Abdukhaligov/nova-version-card)[ Packagist](https://packagist.org/packages/abdukhaligov/nova-version-card)[ RSS](/packages/abdukhaligov-nova-version-card/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)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

22

—

LowBetter than 21% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

568d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23ec46198b58580b9411b22ce1c1d25519964a8d2681e10c5c6ce78ced0a380a?d=identicon)[abdukhaligov](/maintainers/abdukhaligov)

---

Top Contributors

[![Abdukhaligov](https://avatars.githubusercontent.com/u/23464168?v=4)](https://github.com/Abdukhaligov "Abdukhaligov (4 commits)")[![Kussie](https://avatars.githubusercontent.com/u/4960791?v=4)](https://github.com/Kussie "Kussie (4 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

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[outl1ne/nova-sortable

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

2852.2M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-sortable

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

2852.2M6](/packages/optimistdigital-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17930.8k](/packages/markwalet-nova-modal-response)[spatie/nova-backup-tool

A Laravel Nova tool to backup your application.

361588.6k1](/packages/spatie-nova-backup-tool)[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

75416.9k](/packages/outl1ne-nova-simple-repeatable)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92254.5k3](/packages/advoor-nova-editor-js)

PHPackages © 2026

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