Download the PHP package tebe/phpinfo without Composer
On this page you can find all versions of the php package tebe/phpinfo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor tebe
Package phpinfo
Short Description Extends the phpinfo function and provides a structured output format using JSON.
License MIT
Homepage https://github.com/tebe/phpinfo
Package phpinfo
Short Description Extends the phpinfo function and provides a structured output format using JSON.
License MIT
Homepage https://github.com/tebe/phpinfo
Please rate this library. Is it a good library?
Informations about the package phpinfo
PHP Info
Wraps the phpinfo function and provides a more structured output format using HTML, TEXT, and JSON.
Supports all PHP versions from 5.4 onwards.
Smoke tested with all PHP versions on latest Ubuntu.
Installation
composer require tebe/phpinfo
Usage
Web with HTML output
<?php
require dirname(__DIR__) . '/vendor/autoload.php';
tebe\phpinfo();
CLI with different text outputs
Text output
./vendor/bin/phpinfo
./vendor/bin/phpinfo --text
JSON output
./vendor/bin/phpinfo --json
Credits to https://www.reddit.com/user/HolyGonzo/.
All versions of phpinfo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-json Version *
ext-json Version *
The package tebe/phpinfo contains the following files
Loading the files please wait ...