This library creates a useful helper function debug() that can replace standard var_dumb() and print_r.

v1.0.2 2019-08-13 06:13 UTC

This package is auto-updated.

Last update: 2024-09-13 18:26:13 UTC


README

This library creates a useful helper function debug() that can replace standard var_dumb() and print_r.

Installation.

If you install it manually, just include two files:

require_once './debug/src/vanguardkras/debug/Debug.php';
require_once './debug/src/vanguardkras/debug/helper.php';

Composer:

require __DIR__ . '/vendor/autoload.php';

Usage

Just use one function and give it any argument:

debug($variable);