PHPackages                             reinfi/zf-guzzle-emitter - 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. reinfi/zf-guzzle-emitter

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

reinfi/zf-guzzle-emitter
========================

A Zend Framework module adding subscribers to guzzle emitter via configuration.

1.0.0(8y ago)18MITPHPPHP &gt;=7.0

Since Aug 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/reinfi/zf-guzzle-emitter)[ Packagist](https://packagist.org/packages/reinfi/zf-guzzle-emitter)[ RSS](/packages/reinfi-zf-guzzle-emitter/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/dd7bfad32af5e8d868c06f06c0c95a2cfe86b85bfa9336013cf41e919b952fd9/68747470733a2f2f7472617669732d63692e6f72672f7265696e66692f7a662d67757a7a6c652d656d69747465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/reinfi/zf-guzzle-emitter)[![Code Climate](https://camo.githubusercontent.com/a7a552fc94e06d6948461d5538fe5d7e0905973e21a1871d80780441db38706b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7265696e66692f7a662d67757a7a6c652d656d69747465722f6261646765732f6770612e737667)](https://codeclimate.com/github/reinfi/zf-guzzle-emitter)[![Coverage Status](https://camo.githubusercontent.com/56aec323b3be6d554daabbfa9447cc619445ee1e8239fb607e212ad72ee6a5fe/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7265696e66692f7a662d67757a7a6c652d656d69747465722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/reinfi/zf-guzzle-emitter?branch=master)

Configure guzzle emitter subscriber via configuration.

1. [Installation](#installation)
2. [Usage](#usage)

### Installation

[](#installation)

1. Install with Composer: `composer require reinfi/zf-guzzle-emitter`.
2. Enable the module via ZF2 config in `appliation.config.php` under `modules` key:

```
    return [
        'modules' => [
            'Reinfi\GuzzleEmitter',
            // other modules
        ],
    ];
```

### Usage

[](#usage)

To use it you need to register your subscriber under the following config key.

```
'guzzle_emitter' => [
    'subscriber' => [
        YourSubscriber::class,
    ],
]
```

All your subscribers must be registered within the service locator.

When you need to get a new guzzle client you just pass the following options

```
$options = [
    'emitter' => $container->get(\Reinfi\GuzzleEmitter\Emitter::class);,
    '...'     => '',
];

$client = new Client($options);
```

For information how to write subscriber see

### FAQ

[](#faq)

Feel free to ask any questions or open own pull requests.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3179d ago

### Community

Maintainers

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

---

Top Contributors

[![reinfi](https://avatars.githubusercontent.com/u/9324423?v=4)](https://github.com/reinfi "reinfi (10 commits)")

---

Tags

emitterguzzlehttpsubscriberzend-frameworkGuzzlezendemittersubscriber

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reinfi-zf-guzzle-emitter/health.svg)

```
[![Health](https://phpackages.com/badges/reinfi-zf-guzzle-emitter/health.svg)](https://phpackages.com/packages/reinfi-zf-guzzle-emitter)
```

###  Alternatives

[kevinrob/guzzle-cache-middleware

A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)

43117.4M104](/packages/kevinrob-guzzle-cache-middleware)[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

45912.1M55](/packages/eightpoints-guzzle-bundle)[guzzlehttp/oauth-subscriber

Guzzle OAuth 1.0 subscriber

24114.5M141](/packages/guzzlehttp-oauth-subscriber)[caseyamcl/guzzle_retry_middleware

Guzzle v6+ retry middleware that handles 429/503 status codes and connection timeouts

21610.7M64](/packages/caseyamcl-guzzle-retry-middleware)[php-http/guzzle7-adapter

Guzzle 7 HTTP Adapter

9057.1M555](/packages/php-http-guzzle7-adapter)[graham-campbell/guzzle-factory

Provides A Simple Guzzle Factory With Good Defaults

916.4M49](/packages/graham-campbell-guzzle-factory)

PHPackages © 2026

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