codedigitally/phpinfo

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

It a testing dummy package

Maintainers

Package info

github.com/dhairya-lakhera/mypackagephpinfo

pkg:composer/codedigitally/phpinfo

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2023-01-31 06:41 UTC

This package is auto-updated.

Last update: 2026-03-29 01:00:15 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());