PHPackages                             gsaulmon/guzzlerecorder - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. gsaulmon/guzzlerecorder

ActiveLibrary[HTTP &amp; Networking](/categories/http)

gsaulmon/guzzlerecorder
=======================

Records and plays back guzzle responses

2.3(4y ago)323.3k—4.8%14mitPHP

Since Jul 30Pushed 4y ago2 watchersCompare

[ Source](https://github.com/gsaulmon/GuzzleRecorder)[ Packagist](https://packagist.org/packages/gsaulmon/guzzlerecorder)[ RSS](/packages/gsaulmon-guzzlerecorder/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (4)

GuzzleRecorder
==============

[](#guzzlerecorder)

This is an event listener plugin for Guzzle 4/5 aimed at setting up tests for complex responses a bit quicker.

### Usage

[](#usage)

Attach an instance of the recorder to any Guzzle Client

```
$client = new GuzzleHttp\Client();

$watcher = new Gsaulmon\GuzzleRecorder\GuzzleRecorder(__DIR__ . '/my_test_responses');
$client->getEmitter()->attach($watcher);
```

Then run your tests. The recorder will grab and store all Guzzle responses in the "my\_test\_responses" folder. All subsequent runs of the tests will have the Guzzle requests intercepted and will be injected with the stored response.

*The responses store will be the full actual response. Make sure to edit out any information you may not want to share.*

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~598 days

Total

5

Last Release

1601d ago

Major Versions

v1.0 → 2.12016-08-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/c176938581f327c02e463f1373dc1e11887dbdd96f8489122183f97500828fd5?d=identicon)[gsaulmon](/maintainers/gsaulmon)

---

Top Contributors

[![gsaulmon](https://avatars.githubusercontent.com/u/730440?v=4)](https://github.com/gsaulmon "gsaulmon (5 commits)")[![troydavisson](https://avatars.githubusercontent.com/u/318954?v=4)](https://github.com/troydavisson "troydavisson (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gsaulmon-guzzlerecorder/health.svg)

```
[![Health](https://phpackages.com/badges/gsaulmon-guzzlerecorder/health.svg)](https://phpackages.com/packages/gsaulmon-guzzlerecorder)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M7.0k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[guzzlehttp/test-server

Node.js server and PHP controller

14284.0k22](/packages/guzzlehttp-test-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
