PHPackages                             php-vcr/vcr-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. php-vcr/vcr-bundle

ActiveSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

php-vcr/vcr-bundle
==================

Integrates php-vcr into Symfony and its web profiler.

2.1.0(3y ago)1326.7k↓33.3%10[4 issues](https://github.com/php-vcr/VCRBundle/issues)MITPHPPHP ^7.2|^8CI failing

Since Nov 28Pushed 3y ago5 watchersCompare

[ Source](https://github.com/php-vcr/VCRBundle)[ Packagist](https://packagist.org/packages/php-vcr/vcr-bundle)[ RSS](/packages/php-vcr-vcr-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (15)Versions (13)Used By (0)

VCRBundle
=========

[](#vcrbundle)

Integrates [php-vcr](https://github.com/php-vcr/php-vcr) into Symfony and its web profiler. It also provides a VideoRecorderBrowser for testing purpose with extra helper methods handling php-vcr recordings.

[![PHP-VCR Symfony web profiler panel](https://cloud.githubusercontent.com/assets/66958/5232274/b841676e-774b-11e4-8f4e-1f3e8cb7739e.png)](https://cloud.githubusercontent.com/assets/66958/5232274/b841676e-774b-11e4-8f4e-1f3e8cb7739e.png)

[![PHP-VCR Symfony web profiler panel - request details](https://cloud.githubusercontent.com/assets/66958/5232275/b84288d8-774b-11e4-803c-7b72f75e59b0.png)](https://cloud.githubusercontent.com/assets/66958/5232275/b84288d8-774b-11e4-803c-7b72f75e59b0.png)

[![PHP-VCR Symfony web profiler panel - response details](https://cloud.githubusercontent.com/assets/66958/5232276/b84411b2-774b-11e4-93a9-475a0eeede65.png)](https://cloud.githubusercontent.com/assets/66958/5232276/b84411b2-774b-11e4-93a9-475a0eeede65.png)

Installation
------------

[](#installation)

Install the behavior adding `php-vcr/vcr-bundle` to your composer.json or from CLI:

```
composer require php-vcr/vcr-bundle
```

And declare the bundle in your `config/bundles.php` file:

```
