kfosoft/php-dumper

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

PHP Dumper. Fork of Yii2 VarDumper

Maintainers

Package info

github.com/kfosoft/php-dumper

pkg:composer/kfosoft/php-dumper

Statistics

Installs: 1 916

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2016-03-13 23:38 UTC

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!