An open API service indexing awesome lists of open source software.

https://github.com/michaeluno/register-classes

A PHP class that helps to set up auto load PHP classes.
https://github.com/michaeluno/register-classes

Last synced: about 1 year ago
JSON representation

A PHP class that helps to set up auto load PHP classes.

Awesome Lists containing this project

README

          

### Register Classes

Helps to set up auto-load classes.

### Example
`
new RegisterClasses( array( $sMyDirPath, $sAnotherDirPath ) );
`

### Change Log

#### 1.0.0
- Released publicly.