Download the PHP package php-packages/dumpy without Composer
On this page you can find all versions of the php package php-packages/dumpy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dumpy
Dumpy 1.0.2
Better var_dump for PHP.
Features
- pretty configurable (one-configuration-per-instance)
- fully tested (PHPUnit as a test runner + Essence as BDD assertion framework)
- documented (comments in source code + this readme file)
- decent source code, unlike many solutions I've seen previously
Installation
Usage
It's pretty darn simple.
Configuration
Option name | Description | Possible values |
---|---|---|
str_max_length | the maximum string length | any positive integer |
bool_lowercase | either FALSE or false |
either false or true |
null_lowercase | either NULL or null |
either false or true |
round_double | whether to round() doubles to given decimal point |
false or any positive integer |
replace_newline | whether to replace PHP_EOL with \\n |
either false or true |
array_max_elements | a treshold - all odd elements with be replaced with a single ... |
any positive integer |
array_indenting | an indentation sequence | any string (e.g., ) |
object_limited_info | whether to display parent classes, interfaces, traits | either false or true |
Dumping
License
The MIT license (MIT).
All versions of dumpy with dependencies
PHP Build Version
Package Version
No informations.
The package php-packages/dumpy contains the following files
Loading the files please wait ....