Download the PHP package joa/debug without Composer
On this page you can find all versions of the php package joa/debug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package debug
joa/debug
PHP library for formatting data outputs
Install
Use
use Joa\Debug\Debug;
$a = ['a'=>'b', 'c' => ['as', 'gg']];
Debug::out($a);
exit;
All versions of debug with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package joa/debug contains the following files
Loading the files please wait ....