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

ActiveLibrary

davidpiesse/nova-phpinfo
========================

Display PHPInfo data

0.0.2(7y ago)13155.7k↓23.9%4[1 issues](https://github.com/davidpiesse/nova-phpinfo/issues)MITPHPPHP &gt;=7.1.0

Since Aug 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/davidpiesse/nova-phpinfo)[ Packagist](https://packagist.org/packages/davidpiesse/nova-phpinfo)[ Docs](https://github.com/davidpiesse/nova-phpinfo)[ RSS](/packages/davidpiesse-nova-phpinfo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Display PHPInfo data in Laravel Nova
====================================

[](#display-phpinfo-data-in-laravel-nova)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9a8dc4565e64300556192307b620752a6905a833c06bb274fba3244154e12581/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64617669647069657373652f6e6f76612d706870696e666f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/davidpiesse/nova-phpinfo)[![Total Downloads](https://camo.githubusercontent.com/ffa298a22cbb5d60890db3922c8c97c1bc5a56f14cce64629b58c66f99860659/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64617669647069657373652f6e6f76612d706870696e666f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/davidpiesse/nova-phpinfo)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require davidpiesse/nova-phpinfo
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Davidpiesse\NovaPhpinfo\Tool(),
    ];
}
```

Usage
-----

[](#usage)

Click on the "PHP Info" menu item in your Nova app to see the tool provided by this package.

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [David Piesse](https://github.com/davidpiesse)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~48 days

Total

2

Last Release

2776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9beea64e2348d11d5f96d4138ccfcf393bab92e803faa27437d794c279575d20?d=identicon)[davidpiesse](/maintainers/davidpiesse)

---

Top Contributors

[![davidpiesse](https://avatars.githubusercontent.com/u/800650?v=4)](https://github.com/davidpiesse "davidpiesse (4 commits)")[![antonioribeiro](https://avatars.githubusercontent.com/u/3182864?v=4)](https://github.com/antonioribeiro "antonioribeiro (1 commits)")

---

Tags

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)

PHPackages © 2026

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