Libraries tagged by print-r
dokoagency/ladybug
348 Downloads
Simple and Extensible PHP Dumper
clean/mpr
283 Downloads
Prints human-readable information about a variable
brainworxx/krexx
117 Downloads
PHP debugger which displays information about objects and variables in it's own draggable debug output.
bonsaicode/debug
8 Downloads
Debug utility class providing an improved version of print_r that shows variable types, and trace and hex_dump methods.
aze/dumper
60 Downloads
PHP dump
artbyrab/printar
17 Downloads
Print your objects and arrays with ease with Printar, a print_r output formatter
arashjafari/dump-plus
18 Downloads
Provides variety of formats for dumps information about variables or objects
romannowicki/mpr
565 Downloads
Prints human-readable information about a variable
oodle/krumo-bundle
15647 Downloads
Hooks for using KRUMO from within Symfony -- KRUMO - version 2.0 of print_r(); and var_dump();
nunzion/php-dumper
20 Downloads
Debugging tool to provide an alternative to var_dump or print_r. Just use dump($var) or trace().
logocomune/debug
88 Downloads
simple debugging tool which prints human-readable information about a variable.
kaemmelot/dumper
27 Downloads
Debugging tool to provide an alternative to var_dump or print_r. Just use kdump($value) or ktrace().
w3spi5/php-ref-dd
2 Downloads
A nicer print_r/var_dump alternative for PHP 8.0+ using dd() like in Laravel
vanguardkras/debug
5 Downloads
This library creates a useful helper function debug() that can replace standard var_dumb() and print_r.
tox2ik/elog
485 Downloads
error_log(print_r($xyz, 1));