PHPackages                             gijsg/system-resources - 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. gijsg/system-resources

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

gijsg/system-resources
======================

A Laravel Nova card.

1.0.5(6y ago)2980.9k↓27.5%5[1 PRs](https://github.com/GijsGoudzwaard/nova-system-resources/pulls)MITPHPPHP &gt;=7.1.0

Since Jul 5Pushed 2y ago2 watchersCompare

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

READMEChangelog (6)DependenciesVersions (8)Used By (0)

A Laravel Nova tool to show system resources
============================================

[](#a-laravel-nova-tool-to-show-system-resources)

[![Total Downloads](https://camo.githubusercontent.com/eca294f9498bf8bcd2a0706f7c0a0f108e7f2eaec010c17bb1ed66b06f2b2cfa/68747470733a2f2f706f7365722e707567782e6f72672f67696a73672f73797374656d2d7265736f75726365732f646f776e6c6f616473)](https://packagist.org/packages/gijsg/system-resources)[![Latest Stable Version](https://camo.githubusercontent.com/d1636b601eb8e60168437e7c6678e94e044d5c53ac172bffcb6b141d56e1a9a2/68747470733a2f2f706f7365722e707567782e6f72672f67696a73672f73797374656d2d7265736f75726365732f762f737461626c65)](https://packagist.org/packages/gijsg/system-resources)[![License](https://camo.githubusercontent.com/27793efa701e2bcfc1bfba8e983bf6e471f4f9eed913f6fe6c675c3e3a2ff429/68747470733a2f2f706f7365722e707567782e6f72672f67696a73672f73797374656d2d7265736f75726365732f6c6963656e7365)](https://packagist.org/packages/gijsg/system-resources)

This [Nova](https://nova.laravel.com) tool gives you a live overview of your RAM and CPU usage of your system.

[![screenshot of the backup tool](screenshot.png)](screenshot.png)

Requirements
------------

[](#requirements)

You must use either Linux, MacOS or Windows.

`shell_exec` must not be disabled in your `php.ini`. Make sure that `disabled_functions` does not contain `shell_exec`.

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

[](#installation)

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

```
composer require gijsg/system-resources
```

Next up, you must register the tool with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

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

// ...

protected function cards()
{
    return [
        // ...
        new \GijsG\SystemResources\SystemResources('ram'),
        new \GijsG\SystemResources\SystemResources('cpu'),
    ];
}
```

You can specify the width of the cards using the nova card width notation: `1/2`, `1/4`, `full` etc.

```
new \GijsG\SystemResources\SystemResources('ram', '1/3'),
```

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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 ~63 days

Recently: every ~70 days

Total

6

Last Release

2191d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be43f8d56486c57c0e03b6ed83ad81f9d32315fe285fc1570cd72e3d2ee66708?d=identicon)[Gijsg](/maintainers/Gijsg)

---

Top Contributors

[![GijsGoudzwaard](https://avatars.githubusercontent.com/u/5947260?v=4)](https://github.com/GijsGoudzwaard "GijsGoudzwaard (45 commits)")[![checkerschaf](https://avatars.githubusercontent.com/u/7757317?v=4)](https://github.com/checkerschaf "checkerschaf (2 commits)")[![daniel-de-wit](https://avatars.githubusercontent.com/u/3015394?v=4)](https://github.com/daniel-de-wit "daniel-de-wit (2 commits)")[![authanram](https://avatars.githubusercontent.com/u/1874088?v=4)](https://github.com/authanram "authanram (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![OzairP](https://avatars.githubusercontent.com/u/6686039?v=4)](https://github.com/OzairP "OzairP (1 commits)")[![wemersonrv](https://avatars.githubusercontent.com/u/2028673?v=4)](https://github.com/wemersonrv "wemersonrv (1 commits)")

---

Tags

laravellaravel-novanovaphplaravelnova

### Embed Badge

![Health badge](/badges/gijsg-system-resources/health.svg)

```
[![Health](https://phpackages.com/badges/gijsg-system-resources/health.svg)](https://phpackages.com/packages/gijsg-system-resources)
```

###  Alternatives

[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)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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