codedigitally/phpinfo

There is no license information available for the latest version (1.0.4) of this package.

It a testing dummy package

1.0.4 2023-01-31 06:41 UTC

This package is auto-updated.

Last update: 2025-07-29 02:01:01 UTC


README

mkdir phpinfo
cd phpinfo

composer require codedigitally/phpinfo

Using the Package

require __DIR__ . '/vendor/autoload.php';


use MyPHPInfo\PHPinfo;

$info = new PHPinfo();

var_dump($info->version());