Skip to content

php-vcr/php-vcr-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-VCR Examples

Installation

Assuming you have got composer installed:

git clone git@github.com:adri/php-vcr-examples.git
cd php-vcr-examples/
composer install

Guzzle

To run the guzzle example, do this:

cd guzzle
../vendor/bin/phpunit .

If you like to record all http requests again, delete the fixture file.

rm test/fixtures/github_adri_php-vcr.yml
../vendor/bin/phpunit .

About

[DEPRECATED] Examples for using PHP-VCR, check the main repo

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages