codedigitally/phpinfo

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

It a testing dummy package

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/codedigitally/phpinfo

1.0.4 2023-01-31 06:41 UTC

This package is auto-updated.

Last update: 2025-09-29 02:41:57 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());