Download the PHP package jakub-onderka/php-var-dump-check without Composer
On this page you can find all versions of the php package jakub-onderka/php-var-dump-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jakub-onderka/php-var-dump-check
More information about jakub-onderka/php-var-dump-check
Files in jakub-onderka/php-var-dump-check
Package php-var-dump-check
Short Description Find forgotten variables dump in PHP source code.
License BSD-2-Clause
Informations about the package php-var-dump-check
PHP VarDump Check
This repository is abandoned.
Suggested alternative: https://github.com/php-parallel-lint/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
,bdump
,Debugger::dump
,Debugger::barDump
--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
,VarDumper::dd
--laravel
- check dump:dd
,dump
--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: