hop-top/xrr

Multi-channel interaction recorder/replayer

Maintainers

Package info

github.com/hop-top/xrr-php

pkg:composer/hop-top/xrr

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

v0.1.0-alpha.4 2026-05-17 06:21 UTC

This package is auto-updated.

Last update: 2026-05-17 06:25:57 UTC


README

Auto-published from poly-xrr. Do not open issues or PRs here — contribute to poly-xrr instead.

Install

composer require hop-top/xrr

Usage

$sess = new Session(cassette: 'fixtures/my-test');
$resp = $sess->record('http-get-users', $adapter);
$sess->close();

License

MIT — see LICENSE