dhairya-lakhera / mypackagephpinfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation guide

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());

About


Languages

Language:PHP 100.0%