Example #1
0
<?php

use Sohoa\Framework\Framework;
require_once __DIR__ . '/../vendor/autoload.php';
$framework = new Framework();
$framework->run();