PSR-4 Compliant autoloader
PSR-4 Compliant autoloader required for external libraries making use of namespaces, such as Monolog, and potentially for future evolutions of MindFlow. The code is based on http://www.php-fig.org/psr/psr-4/examples/ sample.
Autoloader | General-purpose implementation that includes the optional functionality of allowing multiple base directories for a single namespace prefix. |