Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 375 Bytes

File metadata and controls

4 lines (3 loc) · 375 Bytes

Autoloader Demo Using Composer

The demo project to demonstrate autoloading the PHP interfaces and classes using Composer by following PSR-4 guidelines.

The steps required to use the Composer to autoload the interfaces and classes are available at How To Autoload PHP Classes Using Composer.