ivankristianto / debug
Debug Helper
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/ivankristianto/debug
Requires
- php: >=5.3.2
- firephp/firephp-core: *
This package is auto-updated.
Last update: 2025-09-26 06:31:17 UTC
README
This helper function is use only for doing debug. There are many projects that i have been working on so i think it might be good if i make this as one of the composer module so i can use it in all my projects.
List of functions
- debug_var: show var_dump of object or variable in a nice way
- die_dump: show var_dump of object or variable in a nice way and stop the execution
- fire_debug: show var_dump in fire_php console
- debug_file: : show var_dump and write to the file