Skip to content

xpader/phpinfo-cli-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI phpinfo() Parser and Render.

Help you to show phpinfo() page in command line server.

Usage:

<?php

use PhpInfoCliParser\Parser;

// parse phpinfo() and get data struct
$struct = Parser::parse();

// parse phpinfo() to HTML format
$phpinfoHtml = Parser::render();

About

phpinfo() cli parser and render.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages