Registry / web-framework / mikecao-flight

mikecao-flight

JSON →
library3.18.1phppackagistunverified

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

composer require mikecao/flight
INSTALL
IMPORT
SIG · MIKECAO-FLIGHT
M
mikecao-flight
web-frameworkphpv3.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Engine
use flight\Engine;

Creates a Flight application and defines a simple route.

use flight\Engine; $app = new Engine(); $app->route('/', function() { echo 'Hello World!'; }); $app->start();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.18.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mikecao-flight — pip install mikecao-flight · libregistry