digitalnature / php-ref

A better alternative to print_r / var_dump
347 stars 59 forks source link

Added autoloading #21

Closed ureimers closed 10 years ago

ureimers commented 10 years ago

Autoloading is now done using Composers 'files' autoloading mechanism (https://getcomposer.org/doc/04-schema.md#files). This way one doesn't have to include the library everywhere it's needed. It's just "there".