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

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

veikejin/phpinfo
================

Show php information in laravel-admin

0.0.1(7y ago)07MITPHPPHP &gt;=7.0.0

Since Feb 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/veikejin/phpinfo)[ Packagist](https://packagist.org/packages/veikejin/phpinfo)[ Docs](https://github.com/laravel-admin-ext/phpinfo)[ RSS](/packages/veikejin-phpinfo/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

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

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

`phpinfo()`函数的laravel-admin版本, Inspired by [nova-phpinfo](https://github.com/davidpiesse/nova-phpinfo)

截图
--

[](#截图)

[![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)

安装
--

[](#安装)

```
composer require veikejin/phpinfo
```

如果要在左侧菜单添加一个链接入口，用下面的命令导入

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

配置
--

[](#配置)

在`config/admin.php`文件的`extensions`，加上属于这个扩展的配置

```
    'extensions' => [

        'phpinfo' => [

            // 如果要关掉这个扩展，设置为false
            'enable' => true,

            // 设置要显示的内容，参考 http://php.net/manual/en/function.phpinfo.php#refsect1-function.phpinfo-parameters
            'what' => INFO_ALL,

            // 设置访问路径，默认为phpinfo
            //'path' => '~phpinfo',
        ]
    ]
```

使用
--

[](#使用)

安装完成之后打开`http://localhost/admin/phpinfo`

支持
--

[](#支持)

如果觉得这个项目帮你节约了时间，不妨支持一下;)

[![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

2695d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

extensionlaravel-adminphpinfo

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/phpinfo

Show php information in laravel-admin

2821.1k](/packages/laravel-admin-ext-phpinfo)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13344.3k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58186.3k2](/packages/laravel-admin-ext-grid-lightbox)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42123.7k](/packages/laravel-admin-ext-grid-sortable)[jxlwqq/quill

quill editor for laravel-admin

2428.0k](/packages/jxlwqq-quill)[cyd622/laravel-admin-ext-echarts

Use Echarts in laravel-admin

349.6k](/packages/cyd622-laravel-admin-ext-echarts)

PHPackages © 2026

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