Skip to content

This library helps to autoload php files in a project. Note that this library is not for projects which uses the composer.

License

Notifications You must be signed in to change notification settings

ThemePoint/PHP-Autoloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PHP-Autoloader

This library helps to autoload php files in a project.

Please Note: this library is not for projects which uses the composer.

Usage

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__

Donate

About

This library helps to autoload php files in a project. Note that this library is not for projects which uses the composer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages