Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 390 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 390 Bytes

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