poietic/flight-recorder

Record the answers your code got from the outside world while handling a request, and replay that exact request against the real code. A PHP implementation of the frozen tape-v1 wire format.

Maintainers

Package info

github.com/xag/flight-recorder-php

Homepage

Issues

pkg:composer/poietic/flight-recorder

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

v0.1.0 2026-07-18 23:21 UTC

This package is auto-updated.

Last update: 2026-07-18 23:45:12 UTC


README

The PHP implementation of flight-recorder — record an app's tool calls at their nondeterminism boundary, replay them deterministically against the real code.

One guide covers install and every feature, in all six languages:

xag.github.io/flight-recorder

Source, the frozen tape spec, and license: github.com/xag/flight-recorder.