mirror of https://github.com/flightphp/core
12
Home
shoully edited this page 10 years ago
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();
Requirements
Flight requires PHP 5.3 or greater.
License
Flight is released under the MIT license.