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 7.4 or greater.
License
Flight is released under the MIT license.
Community
We're on Matrix! Chat with us at #flight-php-framework:matrix.org.
Contributing
This website is hosted on Github. Updates and language translations are welcome.