devidw/debug

A PHP libary for debugging.

Maintainers

Details

github.com/devidw/debug

Source

Issues

Fund package maintenance!
devidw

1.0.0 2022-02-04 20:30 UTC

This package is auto-updated.

Last update: 2024-05-05 01:31:32 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.