Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Record your test suite's HTTP interactions and replay them during future test runs.

Awesome Lists containing this project

README

        

# VCR Plugin

[![Latest Version](https://img.shields.io/github/release/php-http/vcr-plugin.svg?style=flat-square)](https://github.com/php-http/vcr-plugin/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/travis/php-http/vcr-plugin.svg?style=flat-square)](https://travis-ci.org/php-http/vcr-plugin)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/vcr-plugin.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/vcr-plugin)
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/vcr-plugin.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/vcr-plugin)
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/vcr-plugin.svg?style=flat-square)](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