Download the PHP package flightphp/core without Composer
On this page you can find all versions of the php package flightphp/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flightphp/core
More information about flightphp/core
Files in flightphp/core
Package core
Short Description Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications. This is the maintained fork of mikecao/flight
License MIT
Homepage http://flightphp.com
Informations about the package core
What is Flight?
Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications. Flight also has zero dependencies.
Basic Usage
First install it with Composer
or you can download a zip of this repo. Then you would have a basic index.php
file like the following:
Skeleton App
You can also install a skeleton app. Go to flightphp/skeleton for instructions on how to get started!
Documentation
We have our own documentation website that is built with Flight (naturally). Learn more about the framework at docs.flightphp.com.
Community
Chat with us on Matrix IRC #flight-php-framework:matrix.org
or on Discord Invite
Upgrading From v2
If you have a current project on v2, you should be able to upgrade to v3 with no issues depending on how your project was built. If there are any issues with upgrade, they are documented in the migrating to v3 documentation page. It is the intention of Flight to maintain longterm stability of the project and to not add rewrites with major version changes.
Requirements
[!IMPORTANT] Flight requires
PHP 7.4
or greater.
Note: PHP 7.4 is supported because at the current time of writing (2024) PHP 7.4 is the default version for some LTS Linux distributions. Forcing a move to PHP >8 would cause a lot of heartburn for those users.
The framework also supports PHP >8.
Roadmap
To see the current and future roadmap for the Flight Framework, visit the project roadmap
License
Flight is released under the MIT license.
All versions of core with dependencies
ext-json Version *