Skip to content

Instantly share code, notes, and snippets.

View YoeriNijs's full-sized avatar

Yoeri Nijs YoeriNijs

View GitHub Profile
@YoeriNijs
YoeriNijs / index.php
Created August 17, 2017 20:55
Sample Fat-Free index page with some basic routing
<?php
require_once("vendor/autoload.php");
$appName = "Appname";
$appVersion = "0.1";
$f3 = Base::instance();
$f3->set('DEBUG', 3); // Debug level
$f3->set('appName', $appName);