/debug

A PHP libary for debugging.

Primary LanguagePHPMIT LicenseMIT

Debug

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.