Download the PHP package sunra/dbug without Composer
On this page you can find all versions of the php package sunra/dbug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor sunra
Package dbug
Short Description Most beautiful variable dump library for PHP (ColdFusion like style)
License GPL-3.0
Homepage http://github.com/sunra/dBug.git
Package dbug
Short Description Most beautiful variable dump library for PHP (ColdFusion like style)
License GPL-3.0
Homepage http://github.com/sunra/dBug.git
Please rate this library. Is it a good library?
Informations about the package dbug
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
Install via Composer - https://packagist.org/packages/sunra/dbug
Class will be autoloaded.
usage
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
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!!!
All versions of dbug with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package sunra/dbug contains the following files
Loading the files please wait ....