kolanich / dbug
A debug output library which is used to visualize different datatypes.
Installs: 1 225
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 56
Open Issues: 6
Requires
- php: >=5.3
Suggests
- ext-Reflection: to show protected and private info (now is only implemented for Exceptions)
This package is not auto-updated.
Last update: 2025-08-12 06:34:27 UTC
README
my mod of dBug A debug output library which is used to visualize different datatypes. Initially was developed by ospinto.
For more info visit [https://kolanich.github.com/dBug/]
Very very brief list of features
Extended PHP version of ColdFusion’s cfdump.
Outputs colored and structured tabular variable information.
Variable types supported are: Arrays, Classes/Objects, Database and XML Resources.
Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable.
Stylesheet can be easily edited.
Table cells can be expanded and collapsed.
It’s FREE!!!