You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 years ago
..
Test/Unit checkin 2 years ago
AutoloaderInterface.php checkin 2 years ago
AutoloaderRegistry.php checkin 2 years ago
ClassLoaderWrapper.php checkin 2 years ago
ClassMap.php checkin 2 years ago
Populator.php checkin 2 years ago
README.md checkin 2 years ago

README.md

Autoload

Autoload library contains an abstract wrapper for Composer’s generated autoloader.

  • AutoloaderInterface provides abstract ability use and modify the autoloader class.
  • AutoloaderRegistry allows the same instance of the autoloader to put accessed across the code base.
  • ClassLoaderWrapper wraps around Composer’s generated autoloader in order to insulate it.
  • Populator fills in PSR-0 and PSR-4 standard namespace-directory mappings for the autoloader.