Skip to content

kfosoft/php-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PHP Dumper. Fork of Yii2 VarDumper

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!

About

PHP Dumper. Fork of Yii2 VarDumper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages