This variable dumper utility provides readability and flexibility instead of var_dump().
- Shorthand function will be declared just by installing the package.
- Usage:
d($var1, $var2, $var3)
- Usage:
- The file name and line number of the dump source are also output together.
- Decoration with HTML and CSS.
- When executed from the shell, it is omitted and becomes simple output.
Long vertically output is scrollable.
composer require ymm1x/xdumpVariable-length arguments are supported.
d($var1, $var2, $var3);\Ymm1x\XDump\Dumper::dump($var1, $var2, $var3);This library is released under the MIT license.
