Search by

hop-top / xrr

jadb

Multi-channel interaction recorder/replayer

Package info

github.com/hop-top/xrr-php

pkg:composer/hop-top/xrr

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

v0.1.0-alpha.5 2026-08-30 15:35 UTC

This package is auto-updated.

Last update: 2026-08-30 15:48:05 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