Installation of the Yee PHP Framework
Manual Installation
Download and extract the Yee Php Framework into your project directory and require
it in your application's index.php
file. You'll also need to register the Yee autoloader.
<?php
require 'Yee/Yee.php';
\Yee\Yee::registerAutoloader();