Skip to content

edwin-bluekite/php-vcr-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-VCR Examples

Installation

Assuming you have got composer installed:

git clone [email protected]: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

Examples for using PHP-VCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%