-
To Install
composer require uecode/uecode dev/master
-
To Use, after autoloading
// Saves the dump of the $variable var, going down four layers, into $save $save = \Uecode::dump( $variable, 4, false, true ); // Dumps the $variable var, going down three layers, and then dies \Uecode::dump( $variable, 3, true );
If you want to contribute, just fork your own repo, and make your changes, then submit a pull request.
Email Aaron Scherer at [email protected]
