PHPackages                             shibomb/filament-phpinfo-widget - 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. shibomb/filament-phpinfo-widget

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

shibomb/filament-phpinfo-widget
===============================

This is my package filament-phpinfo-widget

v1.0.0(2y ago)07MITPHPPHP ^8.1

Since Aug 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/shibomb/filament-phpinfo-widget)[ Packagist](https://packagist.org/packages/shibomb/filament-phpinfo-widget)[ Docs](https://github.com/shibomb/filament-phpinfo-widget)[ GitHub Sponsors](https://github.com/shibomb)[ RSS](/packages/shibomb-filament-phpinfo-widget/feed)WikiDiscussions main Synced yesterday

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

Simple phpinfo widget for filament v3.
======================================

[](#simple-phpinfo-widget-for-filament-v3)

[![Latest Version on Packagist](https://camo.githubusercontent.com/967beee9df41741cf22c8361893b4800a984c1c27b36ac47fc6b8d28b63e7157/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736869626f6d622f66696c616d656e742d706870696e666f2d7769646765742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shibomb/filament-phpinfo-widget)[![GitHub Tests Action Status](https://camo.githubusercontent.com/72f6c4e93a0cd208b118185ee691e5a198a5a8a4197edef0cf17be6e47de5ede/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736869626f6d622f66696c616d656e742d706870696e666f2d7769646765742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/shibomb/filament-phpinfo-widget/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1342949772d68a54bd92d1ede0c95f15d7b1a6598a482a61f2b5d754c2836095/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736869626f6d622f66696c616d656e742d706870696e666f2d7769646765742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/shibomb/filament-phpinfo-widget/actions?query=workflow%3A%22Fix+PHP+Code+Styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5460e243f2fce0f9511a0b8569a3b341b6a902490fb27662c9a593d6e2500fa4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736869626f6d622f66696c616d656e742d706870696e666f2d7769646765742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shibomb/filament-phpinfo-widget)

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

[](#installation)

You can install the package via composer:

```
composer require shibomb/filament-phpinfo-widget
```

Usage
-----

[](#usage)

Register the Widget in your Panel provider:

```
public function panel(Panel $panel): Panel
{
    return $panel
        ->widgets([
            \Shibomb\FilamentPhpinfoWidget\FilamentPhpinfoWidget::class
        ]);
}
```

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)

- [SHIBAHARA Hiroki](https://github.com/shibomb)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1064d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/958471?v=4)[SHIBAHARA Hiroki](/maintainers/shibomb)[@shibomb](https://github.com/shibomb)

---

Top Contributors

[![shibomb](https://avatars.githubusercontent.com/u/958471?v=4)](https://github.com/shibomb "shibomb (49 commits)")

---

Tags

laravelshibombfilament-phpinfo-widget

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/shibomb-filament-phpinfo-widget/health.svg)

```
[![Health](https://phpackages.com/badges/shibomb-filament-phpinfo-widget/health.svg)](https://phpackages.com/packages/shibomb-filament-phpinfo-widget)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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