ospinto/dbug

PHP version of ColdFusion's cfdump. Outputs colored and structured tabular variable information.

Maintainers

Details

github.com/ospinto/dBug

Source

Issues

Installs: 2 416

Dependents: 2

Suggesters: 1

Security: 0

Stars: 65

Watchers: 11

Forks: 56

Open Issues: 10

pkg:composer/ospinto/dbug

dev-master 2014-01-20 19:21 UTC

This package is auto-updated.

Last update: 2025-09-29 01:33:14 UTC


README

How to use

include_once("dBug.php");
new dBug($myVariable);

More examples at http://dbug.ospinto.com/examples.php

Features

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!!!