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

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

stechstudio/filament-phpinfo
============================

View phpinfo from your Filament admin panel.

v1.2.0(3mo ago)417.3k↓84.2%MITPHPPHP ^8.3CI passing

Since Oct 23Pushed 3mo ago2 watchersCompare

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

READMEChangelog (2)Dependencies (7)Versions (6)Used By (0)

PHPInfo for Filament
====================

[](#phpinfo-for-filament)

[![Tests](https://github.com/stechstudio/filament-phpinfo/actions/workflows/tests.yml/badge.svg)](https://github.com/stechstudio/filament-phpinfo/actions/workflows/tests.yml/badge.svg)

This package adds a new page to the Filament admin panel that displays the output of `phpinfo()` in a nicely formatted way.

Compatibility
-------------

[](#compatibility)

VersionPHPLaravelFilament1.28.3+11, 12, 133, 4, 5Installation
------------

[](#installation)

```
composer require stechstudio/filament-phpinfo
```

In your `AdminPanelProvider` (or other `\Filament\PanelProvider`), add this package to your plugins:

```
$panel
    ->plugins([
        \STS\FilamentPHPInfo\FilamentPHPInfoPlugin::make(),
    ])
```

Configuration
-------------

[](#configuration)

The navigation group and icon are configurable.

Publish the `filament-phpinfo` config file with:

```
php artisan vendor:publish --tag=filament-phpinfo-config
```

OptionDescription`navigation-group`The PHPInfo page's [navigation group](https://filamentphp.com/docs/3.x/panels/navigation#grouping-navigation-items).`navigation-icon`The PHPInfo page's icon. See Filament's [documentation](https://filamentphp.com/docs/3.x/support/icons) for values.Screenshot[![PHPInfo Page](/screenshots/phpinfo.png)](/screenshots/phpinfo.png)

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance82

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~222 days

Total

5

Last Release

95d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/315be5f111b5501a41b99a0205c9c85915335391168a0ed10316546a1a38bbd8?d=identicon)[jszobody](/maintainers/jszobody)

---

Top Contributors

[![dp88](https://avatars.githubusercontent.com/u/3003563?v=4)](https://github.com/dp88 "dp88 (5 commits)")[![jszobody](https://avatars.githubusercontent.com/u/203749?v=4)](https://github.com/jszobody "jszobody (1 commits)")

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)

PHPackages © 2026

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