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

ActiveLibrary

coreproc/nova-system-info-card
==============================

A Laravel Nova card that shows you your system information.

0.0.1(7y ago)24146.5k↓34.8%4[3 issues](https://github.com/CoreProc/nova-system-info-card/issues)MITPHPPHP &gt;=7.1.0

Since Aug 23Pushed 7y ago3 watchersCompare

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

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

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/7b54f96b98924e06b876915f2e13cee366d029f2a2ea2b044533e29256f6b06c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f726570726f632f6e6f76612d73797374656d2d696e666f2d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coreproc/nova-system-info-card)[![Total Downloads](https://camo.githubusercontent.com/6f8e78524a3f8054ed7719f8830998f0a19df9a292576e09662096f315860513/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f726570726f632f6e6f76612d73797374656d2d696e666f2d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coreproc/nova-system-info-card)

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

[![system info screenshot](https://camo.githubusercontent.com/8544444ef3457c4281bf07d1d07820ef277bdbb793fa0fb4b0c4f92cb655f1e0/68747470733a2f2f63646e2e636f726570726f632e636f6d2f696d616765732f6e6f76612d73797374656d2d696e666f2d636172642e6a7067)](https://camo.githubusercontent.com/8544444ef3457c4281bf07d1d07820ef277bdbb793fa0fb4b0c4f92cb655f1e0/68747470733a2f2f63646e2e636f726570726f632e636f6d2f696d616765732f6e6f76612d73797374656d2d696e666f2d636172642e6a7067)

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

[](#installation)

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

```
composer require coreproc/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 \Coreproc\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

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

Unknown

Total

1

Last Release

2825d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7066371?v=4)[CoreProc](/maintainers/coreproc)[@CoreProc](https://github.com/CoreProc)

---

Top Contributors

[![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/coreproc-nova-system-info-card/health.svg)

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