You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
KodeStar c3b571724b Add vendor and .env to make usable 7 years ago
..
Caster Add vendor and .env to make usable 7 years ago
Cloner Add vendor and .env to make usable 7 years ago
Dumper Add vendor and .env to make usable 7 years ago
Exception Add vendor and .env to make usable 7 years ago
Resources/functions Add vendor and .env to make usable 7 years ago
Test Add vendor and .env to make usable 7 years ago
Tests Add vendor and .env to make usable 7 years ago
.gitignore Add vendor and .env to make usable 7 years ago
CHANGELOG.md Add vendor and .env to make usable 7 years ago
LICENSE Add vendor and .env to make usable 7 years ago
README.md Add vendor and .env to make usable 7 years ago
VarDumper.php Add vendor and .env to make usable 7 years ago
composer.json Add vendor and .env to make usable 7 years ago
phpunit.xml.dist Add vendor and .env to make usable 7 years ago

README.md

VarDumper Component

The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. Built on top, it provides a better dump() function that you can use instead of var_dump.

Resources