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

Requirements

Flight requires PHP 5.3 or greater.

License

Flight is released under the MIT license.

Contributing

This website is hosted on Github. Updates and language translations are welcome.

This is a website recovered by the free version of the Wayback Downloader.