covergenius/php-vcr
PHP VCR for recording and replaying HTTP interactions during tests. Stores “cassettes” of requests/responses to make suites fast, deterministic, and offline-friendly. Useful for mocking third-party APIs without brittle stubs.
Returns CURLM_OK from the intercepted curl_multi_add_handle() so php-vcr works with Guzzle >= 7.13, whose CurlMultiHandler now strictly checks the return value. Backwards-compatible with older Guzzle, which discards it.
See #11.
Adds support for PHP 8.5
Updates from upstream, including symfony 7 support
Adds fix for curl appconnect time parsing Adds fix for multiple of the same header reading
Adds suppot for symfony 6
Is a fork from official, and change of namespace as the upstream is no longer supported.
How can I help you explore Laravel packages today?