Download the PHP package systemhaus/php-var-dump-check without Composer
On this page you can find all versions of the php package systemhaus/php-var-dump-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download systemhaus/php-var-dump-check
More information about systemhaus/php-var-dump-check
Files in systemhaus/php-var-dump-check
Download systemhaus/php-var-dump-check
More information about systemhaus/php-var-dump-check
Files in systemhaus/php-var-dump-check
Vendor systemhaus
Package php-var-dump-check
Short Description Find forgotten variables dump in PHP source code.
License BSD-2-Clause
Package php-var-dump-check
Short Description Find forgotten variables dump in PHP source code.
License BSD-2-Clause
Please rate this library. Is it a good library?
Informations about the package php-var-dump-check
PHP VarDump Check
This is a fork of JakubOnderka/PHP-Var-Dump-Check
PHP console application for find forgotten variable dump. Support PHP build in method
print_r, var_dump and var_export method and also method from Tracy debugger, Ladybug,
Symfony, Laravel, Doctrine and Zend Framework.
Install
Just create a composer.json file and run the php composer.phar install command to install it:
For colored output install suggested package jakub-onderka/php-console-highlighter.
Usage and example output
Options for run
- none - check dump:
var_dump,var_export,print_r --ladybug- check dump:ladybug_dump,ladybug_dump_die,ld,ldd--tracy- check dump:dump,Debugger::dump--zend- check dump:Zend_Debug::dump,\Zend\Debug\Debug::dump--doctrine- check dump:Doctrine::dump,\Doctrine\Common\Util\Debug::dump--symfony- check dump:dump,VarDumper::dump,VarDumper::setHandler--laravel- check dump:dd--no-colors- disable colors from output--exclude folder/- exclude folder/ from check--extensions php,phpt,php7- map file extensions for check
Recommended setting for usage with Symfony framework
For run from command line:
or setting for ANT:
All versions of php-var-dump-check with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package systemhaus/php-var-dump-check contains the following files
Loading the files please wait ...