initphp/var-dumper

0.1.1 2022-09-20 14:21 UTC

This package is auto-updated.

Last update: 2024-10-20 19:07:26 UTC


README

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