<?php 
 
declare(strict_types=1); 
 
/** 
 * This file is part of Esi\Utility. 
 * 
 * (c) 2017 - 2024 Eric Sizemore <[email protected]> 
 * 
 * For the full copyright and license information, please view 
 * the LICENSE.md file that was distributed with this source code. 
 */ 
error_reporting(E_ALL); 
 
require_once dirname(__DIR__) . '/vendor/autoload.php'; 
 
 |