ivankristianto/debug
Debug Helper
Maintainers
dev-master
2013-10-13 14:55 UTC
Requires
- php: >=5.3.2
- firephp/firephp-core: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 9793054eef58d85bc29ff885a1cec0f92d5472af
- Ivan Kristianto <ivan.woop@ivankristianto.com>
This package is auto-updated.
Last update: 2026-06-26 08:43:20 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
