Welcome to PHP-VCR
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