Skip to content

cordoval/uecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Underground Elephant Library

  1. To Install

    composer require uecode/uecode dev/master
  2. 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 );

Contributing

If you want to contribute, just fork your own repo, and make your changes, then submit a pull request.

Looking for a job?

Email Aaron Scherer at [email protected]

Bitdeli Badge

About

Uecode Library

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors