PHPackages                             akim-bow/guzzle-proxy-handler - 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. akim-bow/guzzle-proxy-handler

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

akim-bow/guzzle-proxy-handler
=============================

Middleware for GuzzleHTTP, allowing easy use of multiple proxy configs

v0.2.1(4y ago)29MITPHP

Since Nov 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/akim-bow/guzzle-proxy-handler)[ Packagist](https://packagist.org/packages/akim-bow/guzzle-proxy-handler)[ Docs](https://github.com/akim-bow/guzzle-proxy-handler)[ RSS](/packages/akim-bow-guzzle-proxy-handler/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

guzzle-proxy-handler
====================

[](#guzzle-proxy-handler)

This library was created to simplify working with proxy through **guzzle-http** library

`composer require akim-bow/guzzle-proxy-handler`

Examples
--------

[](#examples)

#### Example 1

[](#example-1)

```
// You can use this function to load proxies from config or create proxy array manually
$proxyObjects = \ProxyHandler\ProxyManager::getProxyObjects('path to config');

$sps = new SequenceProxyStrategy($proxyObjects);

$client = \ProxyHandler\ProxyManager::createProxyClient($sps, [
    'timeout' => 5,
]);

$client->get('https://google.com');
$client->get('https://google.com');
$client->get('https://google.com');

echo "Every request was send with configured proxy";
```

Strategies
----------

[](#strategies)

### Sequence Strategy

[](#sequence-strategy)

This default strategy loops through your proxies and use them consequently.

### Weight Strategy

[](#weight-strategy)

This strategy can be used with a weight class for calculating weight for your request. Cannot be used in async requests.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Every ~0 days

Total

3

Last Release

1675d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/810c10e466fd42358fbe93e7019ac42b7433431a66354ad3f6435df8a38ecd65?d=identicon)[akim-bow](/maintainers/akim-bow)

---

Top Contributors

[![akim-bow](https://avatars.githubusercontent.com/u/59872966?v=4)](https://github.com/akim-bow "akim-bow (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/akim-bow-guzzle-proxy-handler/health.svg)

```
[![Health](https://phpackages.com/badges/akim-bow-guzzle-proxy-handler/health.svg)](https://phpackages.com/packages/akim-bow-guzzle-proxy-handler)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M971](/packages/statamic-cms)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

32041.3k](/packages/sunchayn-nimbus)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k60](/packages/open-dxp-opendxp)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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