https://github.com/php-http/vcr-plugin
Record your test suite's HTTP interactions and replay them during future test runs.
https://github.com/php-http/vcr-plugin
Last synced: 9 months ago
JSON representation
Record your test suite's HTTP interactions and replay them during future test runs.
- Host: GitHub
- URL: https://github.com/php-http/vcr-plugin
- Owner: php-http
- License: mit
- Created: 2015-11-08T21:50:24.000Z (about 10 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-01-04T19:05:52.000Z (about 2 years ago)
- Last Synced: 2024-09-19T11:40:19.642Z (over 1 year ago)
- Language: PHP
- Homepage: http://httplug.io
- Size: 54.7 KB
- Stars: 20
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# VCR Plugin
[](https://github.com/php-http/vcr-plugin/releases)
[](LICENSE)
[](https://travis-ci.org/php-http/vcr-plugin)
[](https://scrutinizer-ci.com/g/php-http/vcr-plugin)
[](https://scrutinizer-ci.com/g/php-http/vcr-plugin)
[](https://packagist.org/packages/php-http/vcr-plugin)
**Record your test suite's HTTP interactions and replay them during future test runs.**
## Install
Via Composer
``` bash
$ composer require --dev php-http/vcr-plugin
```
## Usage
```php