Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devidw/debug

A PHP libary for debugging.
https://github.com/devidw/debug

atom-one atom-one-dark composer composer-package debug debugging dump dumper highlightjs libary packagist php php-debug syntax-highlighting

Last synced: about 2 months ago
JSON representation

A PHP libary for debugging.

Awesome Lists containing this project

README

        

= Debug

A PHP libary for debugging.

== Installation
You can install the libary with `composer`:

[source,zsh]
----
composer require devidw/debug
----

== Usage
[source,php]
----
require_once __DIR__ . '/vendor/autoload.php';

use Devidw\Debug\Debug;

Debug::dump($var);
----

***

Syntax highlighting is done using https://highlightjs.org/[highlight.js] and the _Atom One Dark_ Theme.