kfosoft/php-dumper

There is no license information available for the latest version (1.0) of this package.

PHP Dumper. Fork of Yii2 VarDumper

1.0 2016-03-13 23:38 UTC

This package is not auto-updated.

Last update: 2024-04-10 22:34:31 UTC


README

Installation

Installation with Composer

Add in composer.json

    "require": {
        ...
        "kfosoft/php-var-dumper":"*"
    }

Well done!

Example call

    \kfosoft\debug\Dumper::dump($var, 10, 'string');
	\kfosoft\debug\Dumper::dump($var, 10, 'highlight');
	\kfosoft\debug\Dumper::dump($var, 10, 'json');

Enjoy, guys!