Libraries tagged by dump die
pandeydip/dump-die
2550 Downloads
Uses Symfony var dumper and use die to dump and stop code execution
mass6/laravel-die-dump-array
164 Downloads
Helper function to die and dump Laravel collection to their array representation
jeremykendall/debug-die
7560 Downloads
Convenience wrapper around var_dump() and die(var_dump())
npapratovic/go-die
2 Downloads
Debugging for PHP
doetech/diedump
165 Downloads
This is a var-dumper tool like laravel's dd().
siguici/php-devtools
328 Downloads
🧪 Tools needed for PHP project development and automation.
siguici/laravel-devtools
76 Downloads
🧪 Tools needed for Laravel project development and automation.
mazecode/dumpper
14 Downloads
Dump and die
marcolamr/dd
6 Downloads
Provides mechanisms for walking through any arbitrary PHP variable
sikessem/test-tools
18 Downloads
🧪 Tools needed for PHP project development and automation.
sikessem/php-devtools
131 Downloads
🧪 Tools needed for PHP project development and automation.
repo/dd
19 Downloads
A simple die and dump implementation
jackdtaylor/dpr
57 Downloads
die(print_r()) helper functions
peakle/symfony3-dumper
119 Downloads
It extends an opportunity to listen a conclusion of a dump function in Symfony 3 and add shortcut for a «dump+die» combination. To run dump-server "php dump-server" . Commands: 1) db - dump var and continue script execution 2) dd - dump var and stop script (via "die" func)
douglasmariz/pre-commit-git
9 Downloads
GIT pre-commit hook para verificar no código a existência de certas palavras, frases ou funções (dump, var_dump, die, print_r, etc) antes de ser comitado.