PHPackages                             php-panel/ladmin-ext-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. [Admin Panels](/categories/admin)
4. /
5. php-panel/ladmin-ext-phpinfo

ActiveLibrary[Admin Panels](/categories/admin)

php-panel/ladmin-ext-phpinfo
============================

Show php information in laravel-admin

06PHP

Since Dec 3Pushed 7mo agoCompare

[ Source](https://github.com/php-panel/ladmin-ext-phpinfo)[ Packagist](https://packagist.org/packages/php-panel/ladmin-ext-phpinfo)[ RSS](/packages/php-panel-ladmin-ext-phpinfo/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Outputs information about PHP's configuration
=============================================

[](#outputs-information-about-phps-configuration)

The laravel-admin version of the `phpinfo()` function, Inspired by [nova-phpinfo](https://github.com/davidpiesse/nova-phpinfo)

Screenshot
----------

[](#screenshot)

[![wx20180906-141140](https://user-images.githubusercontent.com/1479100/45138456-113f8900-b1df-11e8-98f0-399cb1e2e1b2.png)](https://user-images.githubusercontent.com/1479100/45138456-113f8900-b1df-11e8-98f0-399cb1e2e1b2.png)

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

[](#installation)

```
composer require php-panel/ladmin-ext-phpinfo
```

If you want to add a link entry in the left menu, use the following command to import

```
php artisan admin:import phpinfo
```

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

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add configurations

```
    'extensions' => [

        'phpinfo' => [

            // Set this to false if you want to disable this extension
            'enable' => true,

            // What information to show，see http://php.net/manual/en/function.phpinfo.php#refsect1-function.phpinfo-parameters
            'what' => INFO_ALL,

            // Set access path，defaults to `phpinfo`
            //'path' => '~phpinfo',
        ]
    ]
```

Usage
-----

[](#usage)

Open `http://localhost/admin/phpinfo` in your broswer after install

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance45

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35752209?v=4)[Jon](/maintainers/leeqvip)[@leeqvip](https://github.com/leeqvip)

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (4 commits)")[![leeqvip](https://avatars.githubusercontent.com/u/35752209?v=4)](https://github.com/leeqvip "leeqvip (1 commits)")

### Embed Badge

![Health badge](/badges/php-panel-ladmin-ext-phpinfo/health.svg)

```
[![Health](https://phpackages.com/badges/php-panel-ladmin-ext-phpinfo/health.svg)](https://phpackages.com/packages/php-panel-ladmin-ext-phpinfo)
```

PHPackages © 2026

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