hfcorriez / pagon-one

Pagon All In One

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

One file framework with Pagon

Usage

require 'pagon1.php';

$app = new \Pagon\App();
$app->get('/', function($req, $res) {
    $res->end('One is everything!');
});
$app->run();

More to see Pagon Home Page

About

Pagon All In One