mirror of https://github.com/flightphp/core
parent
c57de21413
commit
d9ec963905
@ -1 +1,24 @@
|
|||||||
Welcome to the flight wiki!
|
# Flight PHP 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.
|
||||||
|
Loading…
Reference in new issue