Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 691 Bytes

index.md

File metadata and controls

22 lines (14 loc) · 691 Bytes
layout title categories
documentation
Welcome to PHP-VCR
documentation

PHP-VCR records your test suite's HTTP interactions and replays them during future test runs for fast, deterministic, accurate tests.

Examples

There are some examples how to use PHP-VCR in a project:

Library hooks

Library hooks allow PHP-VCR to intercept HTTP requests by overwriting the libraries method to issue requests.

More information on each library hook