Download the PHP package apirelio/cakephp without Composer
On this page you can find all versions of the php package apirelio/cakephp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download apirelio/cakephp
More information about apirelio/cakephp
Files in apirelio/cakephp
Package cakephp
Short Description Fail-safe CakePHP middleware for Apirelio customer integration analytics.
License MIT
Informations about the package cakephp
Apirelio CakePHP SDK
Documentation · Live demo · Packagist · Apirelio
Customer-aware API monitoring middleware for CakePHP 4.5 and 5.x. 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
Put Apirelio after RoutingMiddleware so it receives CakePHP's _matchedRoute template. Keep ErrorHandlerMiddleware before it so CakePHP can still render the original exception after Apirelio records its class.
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+
- CakePHP 4.5 or 5.x
- ext-curl and ext-mbstring
License
MIT
All versions of cakephp with dependencies
ext-curl Version *
ext-mbstring Version *
apirelio/php-core Version ^1.0
cakephp/cakephp Version ^4.5 || ^5.0
psr/http-message Version ^1.1 || ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
