2017 © Pedro PelĂĄez
 

library dbug

Most beautiful variable dump library for PHP (ColdFusion like style)

image

sunra/dbug

Most beautiful variable dump library for PHP (ColdFusion like style)

  • Monday, December 14, 2015
  • by Sunra
  • Repository
  • 2 Watchers
  • 8 Stars
  • 9,060 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 44 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

dBug

  • Updated for PSR-4 copmliance
  • created composer package

NEW

  • Updated to version from August 6th, 2012 of Ospinto's code
  • move to psr-4

Usage

Twig Filter - https://github.com/sunra/dbug-twig-extension

or, (*1)

Install via Composer - https://packagist.org/packages/sunra/dbug

Class will be autoloaded., (*2)

usage

``` php, (*3)

new \Ospinto\dBug($myVariable);, (*4)

```, (*5)

Class arguments:

__construct ($var,$forceType="",$bCollapsed=false, $var_name='')

$var - variable to dump,
$bCollapsed - view collapsed
$var_name - name of variable - displayed in dump header

More examples at http://dbug.ospinto.com/examples.php, (*6)

Features

PHP version of ColdFusion’s cfdump., (*7)

Outputs colored and structured tabular variable information., (*8)

Variable types supported are: Arrays, Classes/Objects, Database and XML Resources., (*9)

Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable., (*10)

Stylesheet can be easily edited., (*11)

Table cells can be expanded and collapsed., (*12)

It’s FREE!!!, (*13)

The Versions

14/12 2015

dev-master

9999999-dev http://github.com/sunra/dBug.git

Most beautiful variable dump library for PHP (ColdFusion like style)

  Sources   Download

GPL-3.0

The Requires

  • php >=5.3.2

 

debug php dump

14/12 2015

0.2.1

0.2.1.0 http://github.com/sunra/dBug.git

Most beautiful variable dump library for PHP (ColdFusion like style)

  Sources   Download

GPL-3.0

The Requires

  • php >=5.3.2

 

debug php dump

13/12 2015

0.1.0

0.1.0.0 http://github.com/sunra/dBug.git

Most beautiful variable dump library for PHP (ColdFusion like style)

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

debug php dump