* @license MIT License * @copyright 2025 © Sina Kuhestani * @link https://code.ephpic.org/ephpic/autoload ******************************************************************************/ $autoloaderFilePathArray = [ __DIR__, 'src', 'Autoloader.php' ]; /* Autoloader file */ $autoloaderFilePath = implode ( separator: DIRECTORY_SEPARATOR, array: $autoloaderFilePathArray ); /* Include Autoloader file */ require_once $autoloaderFilePath;