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
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2026-02-26 07:36:20 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!