devidw / debug
A PHP libary for debugging.
Fund package maintenance!
devidw
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/devidw/debug
This package is auto-updated.
Last update: 2025-10-05 04:54: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.