Skip to content

Releases: Respect/Loader

PSR-0 Autoloader

21 Dec 21:10
Compare
Choose a tag to compare
  • Autoload supporting patterns: PSR and PEAR.
  • PHP's include path is used instead of keeping track of folders to search files/classes in.
  • Class declaration file already returns an instance of autoload (callable object) to be used by default.