Libraries tagged by vardump
symfony/debug-bundle
89841756 Downloads
Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework
beyondcode/laravel-dump-server
37617605 Downloads
Symfony Var-Dump Server for Laravel
koriym/printo
1174378 Downloads
An object graph visualizer.
php-parallel-lint/php-var-dump-check
1139676 Downloads
Find forgotten variables dump in PHP source code.
digitalnature/php-ref
610525 Downloads
A nicer print_r/var_dump alternative for PHP 5.3+
raulfraile/ladybug
1151291 Downloads
Simple and Extensible PHP Dumper
yiisoft/var-dumper
803905 Downloads
Enhances functionality of var_dump() and var_export(). It is dealing with recursive references, may highlight syntax and export closures.
spiral/dumper
537992 Downloads
Dumper for PHP variables based on Symfony VarDumper for Spiral Framework and RoadRunner
php-sage/sage
19621 Downloads
☯ Insightful PHP debugging assistant.
phalcon/dd
271953 Downloads
This package will add the `dd` and `dump` helpers to your Phalcon application.
mmucklo/krumo
147024 Downloads
KRUMO - version 2.0 of print_r(); and var_dump(); (with new updates)
kktsvetkov/krumo
53452 Downloads
Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print_r() or var_dump() which are used by a lot of PHP developers.
jbzoo/jbdump
1063008 Downloads
Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print_r() and var_dump() functions.
hellonico/timber-dump-extension
154299 Downloads
Provides Symfony VarDumper component for Timber
aronduby/dump
334508 Downloads
D::ump - a PHP 5.4 print_r/var_dump replacement base on Krumo