Skip to content

InitPHP/VarDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InitPHP VarDumper

Installation

composer require initphp/var-dumper

or included src/Init.php.

Usage

dump()

$obj = new stdClass;
$obj->pi = 3.14;

dump($obj);

dd()

Dump and die

$var = 'xml';

dd($var);

TO-DO

  • Coloring of codes will be made more understandable.

License

Copyright © 2022 MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages