kinetis/bref-adapter

AWS Lambda (Bref) runtime adapter for Kinetis — polls the Lambda Runtime API and converts API Gateway v2 payloads to/from PSR-7, including multipart/form-data support.

Maintainers

Package info

github.com/kinetis-dev/bref-adapter

pkg:composer/kinetis/bref-adapter

Transparency log

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.3 2026-08-16 08:56 UTC

This package is auto-updated.

Last update: 2026-08-16 08:57:28 UTC


README

Kinetis

kinetis/bref-adapter
AWS Lambda (Bref) runtime adapter for Kinetis

Packagist Version Packagist Downloads PHP Version License CI

Polls the Lambda Runtime API and converts API Gateway v2 payloads to/from PSR-7, including multipart/form-data support — the one piece Lambda specifically needs that core's FrankenPhpAdapter/FpmAdapter don't.

There's nothing to configure or call directly: install the package, and RuntimeDetector picks it up automatically the moment AWS_LAMBDA_RUNTIME_API is set in the environment, alongside the two adapters that already ship in core.

composer require kinetis/bref-adapter

Requires PHP 8.4+ and kinetis/framework. See Runtime Adapters for how runtime detection works and what changes under Lambda specifically.

License

MIT — see LICENSE.