This library helps to autoload php files in a project.
Please Note: this library is not for projects which uses the composer.
require_once 'Autoloader.php';
$autoload_dir = 'Path/To/Directory/To/Autoload';
Autoloader::runAutoloader($autoload_dir);
If you do not present a parameter to the runAutoloader function the default parameter well be __DIR__