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

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

shepherdmat/phpinfo
===================

Phpinfo allows you to easily retrieve and process information from the phpinfo function.

v0.1.2(2y ago)02MITPHPPHP ^7.4|^8.1

Since Nov 12Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Phpinfo
=======

[](#phpinfo)

**Phpinfo** allows you to easily retrieve and process information from the `phpinfo()` function. It provides a structured and organized representation of the information, making it more accessible and convenient for developers.

Features
--------

[](#features)

- Retrieve and parse PHP configuration information.
- Organize PHP `phpinfo()` output into structured sections.
- Filter and format relevant data for easy consumption.

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

[](#installation)

To use **Phpinfo** in your project, you can install it via Composer:

```
composer require shepherdmat/phpinfo
```

Usage
-----

[](#usage)

Here's an example of how to use **Phpinfo** to retrieve and structure PHP information:

```
