Skip to content

devidw/debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.