3) { // Maximum class file path depth in this project is 3. $classPath = array_slice($classPath, 0, 3); } $classPath = str_replace('GoogleGAL', 'Google', $classPath); // Adjust back to Google's path $filePath = dirname(__FILE__) . '/core/' . implode('/', $classPath) . '.php'; // was src -> now core if (file_exists($filePath)) { require_once($filePath); } } spl_autoload_register('gal_google_api_php_client_autoload');