PHPackages                             codeat3/nova-system-info-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. codeat3/nova-system-info-card

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

codeat3/nova-system-info-card
=============================

A forked version of nova-system-info-card by codeat3 Laravel Nova card that shows you your system information.

0.1.6(4y ago)11691[1 PRs](https://github.com/codeat3/nova-system-info-card/pulls)MITPHPPHP ^7.3|^8.0

Since Aug 23Pushed 4y agoCompare

[ Source](https://github.com/codeat3/nova-system-info-card)[ Packagist](https://packagist.org/packages/codeat3/nova-system-info-card)[ RSS](/packages/codeat3-nova-system-info-card/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (8)Used By (0)

Nova System Info Card
=====================

[](#nova-system-info-card)

This is the forked version of the [nova-system-info-card](https://github.com/CoreProc/nova-system-info-card) developed by [coreproc](https://github.com/CoreProc). This has been forked out for some custom ui-dimensions and custom requirements. Thanks coreproc for a useful package.

[![Latest Version on Packagist](https://camo.githubusercontent.com/692de296ac12ef47cf97ee07020c4998b2d0f9a2ccd4c80a5a266f5a4c1497c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656174332f6e6f76612d73797374656d2d696e666f2d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codeat3/nova-system-info-card)[![Total Downloads](https://camo.githubusercontent.com/b116f06788a08c7cf74b023d31f6075d883a5f114bd731e0f3ea641830c603b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656174332f6e6f76612d73797374656d2d696e666f2d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codeat3/nova-system-info-card)

Get the basic system information of the server running your web application right from your Nova dashboard.

[![system info screenshot](./nova-system-info-card.png)](./nova-system-info-card.png)

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

[](#installation)

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

```
composer require codeat3/nova-system-info-card
```

Usage
-----

[](#usage)

Register the card with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvder.php

// ...
public function cards()
{
    return [
        // ...
        new \Codeat3\NovaSystemInfoCard\SystemInfoCard(),
    ];
}
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### 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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 54.5% 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 ~193 days

Recently: every ~156 days

Total

7

Last Release

1659d ago

PHP version history (3 changes)0.0.1PHP &gt;=7.1.0

0.0.5PHP ^7.2

0.1.5PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/166912?v=4)[Swapnil Sarwe](/maintainers/swapnilsarwe)[@swapnilsarwe](https://github.com/swapnilsarwe)

---

Top Contributors

[![swapnilsarwe](https://avatars.githubusercontent.com/u/166912?v=4)](https://github.com/swapnilsarwe "swapnilsarwe (6 commits)")[![chrisbjr](https://avatars.githubusercontent.com/u/571279?v=4)](https://github.com/chrisbjr "chrisbjr (4 commits)")[![bradenkeith](https://avatars.githubusercontent.com/u/219298?v=4)](https://github.com/bradenkeith "bradenkeith (1 commits)")

---

Tags

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codeat3-nova-system-info-card/health.svg)

```
[![Health](https://phpackages.com/badges/codeat3-nova-system-info-card/health.svg)](https://phpackages.com/packages/codeat3-nova-system-info-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)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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