1<?php 2 3if (file_exists(__DIR__ . '/../vendor/autoload.php')) { 4 require(__DIR__ . '/../vendor/autoload.php'); 5} 6