PHPackages                             rmsramos/system-info - 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. rmsramos/system-info

ActiveLibrary

rmsramos/system-info
====================

A very simple plugin to show system info widget

v1.0.1(1y ago)8226↓100%3[1 PRs](https://github.com/rmsramos/system-info/pulls)MITBladePHP ^8.1CI passing

Since Jun 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rmsramos/system-info)[ Packagist](https://packagist.org/packages/rmsramos/system-info)[ Docs](https://github.com/rmsramos/system-info)[ GitHub Sponsors](https://github.com/rmsramos)[ RSS](/packages/rmsramos-system-info/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (4)Used By (0)

System Info Widget
==================

[](#system-info-widget)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d049514467c22082bdb4da8d45468d1af707223e129a0978e93b71e1a1adab4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726d7372616d6f732f73797374656d2d696e666f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rmsramos/system-info)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)[![Fix PHP Code Styling](https://github.com/rmsramos/system-info/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/rmsramos/system-info/actions/workflows/fix-php-code-style-issues.yml)[![Total Downloads](https://camo.githubusercontent.com/4281013f632993be2bd070c656e3b155e2e72c3d2145ffb48909c69757cc97e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726d7372616d6f732f73797374656d2d696e666f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rmsramos/system-info/stats)

[![Screenshot of Application Feature](https://raw.githubusercontent.com/rmsramos/system-info/main/arts/cover.png)](https://raw.githubusercontent.com/rmsramos/system-info/main/arts/cover.png)

A very simple filament plugin to show system info widget

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

[](#installation)

You can install the package via composer:

```
composer require rmsramos/system-info
```

Usage
-----

[](#usage)

In your Panel Service Provider `(App\Providers\Filament)` active the plugin

Add the `Rmsramos\SystemInfo\SystemInfoPlugin` to your panel config

```
use Rmsramos\SystemInfo\SystemInfoPlugin;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            ->plugins([
                SystemInfoPlugin::make()
                    ->setSort(2),
            ]);
    }
}
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Rômulo Ramos](https://github.com/rmsramos)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance40

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~9 days

Total

2

Last Release

683d ago

### Community

Maintainers

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

---

Top Contributors

[![rmsramos](https://avatars.githubusercontent.com/u/5170473?v=4)](https://github.com/rmsramos "rmsramos (21 commits)")

---

Tags

laravelRmsramossystem info

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rmsramos-system-info/health.svg)

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

###  Alternatives

[joaopaulolndev/filament-edit-profile

Filament package to edit profile

250258.1k34](/packages/joaopaulolndev-filament-edit-profile)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[cmsmaxinc/filament-system-versions

A comprehensive Filament plugin that provides real-time visibility into all package versions within your Filament PHP application. This essential developer tool creates a centralized dashboard where you can instantly view, monitor, and track the current versions of all installed packages in your project and what the latest version is.

1325.6k](/packages/cmsmaxinc-filament-system-versions)

PHPackages © 2026

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