Download the PHP package apirelio/flightphp without Composer
On this page you can find all versions of the php package apirelio/flightphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download apirelio/flightphp
More information about apirelio/flightphp
Files in apirelio/flightphp
Package flightphp
Short Description Fail-safe FlightPHP middleware for Apirelio customer integration analytics.
License MIT
Informations about the package flightphp
Apirelio FlightPHP SDK
Documentation · Live demo · Packagist · Apirelio
Customer-aware API monitoring middleware for FlightPHP 3. It captures route-level operational telemetry without request or response payloads and delegates the shared event contract, privacy filtering and delivery to apirelio/php-core.
See the live customer-impact demo →
Install in 30 seconds
Flight executes before() before the route and after() afterwards. Apirelio reads the matched Route::$pattern and alias from Router::$executedRoute; an internal flight.error listener records the exception class when the route fails.
Identify the customer
Add safe request context
Only scalar metadata keys listed in metadataKeys are retained. Sensitive-looking keys are always rejected. Request bodies, response bodies, query strings, credentials, cookies, client IPs and exception messages are never captured.
Example application
The live Apirelio demo to see the resulting customer-level workflow.
Requirements
- PHP 8.2+
- FlightPHP 3.10+
- ext-curl and ext-mbstring
License
MIT
All versions of flightphp with dependencies
ext-curl Version *
ext-mbstring Version *
apirelio/php-core Version ^1.0
flightphp/core Version ^3.10
