devidw / debug
A PHP libary for debugging.
Fund package maintenance!
devidw
1.0.0
2022-02-04 20:30 UTC
This package is auto-updated.
Last update: 2024-11-05 02:43:27 UTC
README
A PHP libary for debugging.
Installation
You can install the libary with composer
:
composer require devidw/debug
Usage
require_once __DIR__ . '/vendor/autoload.php'; use Devidw\Debug\Debug; Debug::dump($var);
Syntax highlighting is done using highlight.js and the Atom One Dark Theme.