Libraries tagged by debugging
kuria/debug
23163 Downloads
Collection of useful debugging utilities
kafoso/type-formatter
4826 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
ka4ivan/laravel-api-debugger
126 Downloads
A debugging tool for Laravel APIs that provides request execution time and query profiling.
jorisvanw/apilogger
14349 Downloads
Small laravel package for viewing api logs which can be used in debugging.
itul/larabuilder
2752 Downloads
Builder Class for debugging in laravel
gajus/bugger
33 Downloads
Bugger is a collection of functions for debugging PHP code.
flipjms/laravel-scenarios
15590 Downloads
An easier way to put your application into different states for easy debugging/development
eboreum/caster
5195 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
djaxho/laravel-cats
1875 Downloads
Make programming fun again by printing cats when debugging and dumping data
defstudio/impersonator
5326 Downloads
Easily impersonate another user for debugging purpose
bueltge/debug-objects
53 Downloads
WordPress Plugin for debugging and learning with and at the application.
afeefa/debug-dump-log
4244 Downloads
Simple console or logfile debugging
stephenjude/api-test-helper
3272 Downloads
A collection of helper methods for testing and debugging API endpoints
psb/psb-debug
2260 Downloads
Collection of debugging tools
paste/pre
2213 Downloads
A handsome replacement for print_r & var_dump. Debugging output with understated style.