From f546875975f261da81561efa8ce3d8d54d1fbd09 Mon Sep 17 00:00:00 2001 From: shoully Date: Sat, 20 Dec 2014 06:31:37 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Home.md b/Home.md index 4a17b38..be11a12 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,24 @@ Welcome to the flight wiki! + +### What is Flight? + +Flight is a fast, simple, extensible framework for PHP. +Flight enables you to quickly and easily build RESTful web applications. + + require 'flight/Flight.php'; + + Flight::route('/', function(){ + echo 'hello world!'; + }); + + Flight::start(); + +[Learn more](http://flightphp.com/learn) + +### Requirements + +Flight requires PHP 5.3 or greater. + +### License + +Flight is released under the [MIT](http://www.opensource.org/licenses/mit-license.php) license.