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

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

glooby/http-client-bundle
=========================

Advanced http proxying

0.1.1(9y ago)2332MITPHPPHP &gt;=5.6

Since Mar 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/glooby/http-client-bundle)[ Packagist](https://packagist.org/packages/glooby/http-client-bundle)[ RSS](/packages/glooby-http-client-bundle/feed)WikiDiscussions master Synced 1w ago

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

http-client-bundle
==================

[](#http-client-bundle)

Requirements
------------

[](#requirements)

- PHP 5.6 or above
- \[Guzzle PHP Framework\]\[guzzle\] (included by composer)
- Symfony 2.7 or above (including Symfony 3.x)

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

[](#installation)

To install this bundle, run the command below and you will get the latest version by \[Packagist\]\[packagist\].

```
composer require glooby/http-client-bundle dev-master
```

To use the newest (maybe unstable) version please add following into your composer.json:

```
{
    "require": {
        "glooby/http-client-bundle": "dev-master"
    }
}
```

Load bundle in AppKernel.php:

```
    public function registerBundles()
    {
        $bundles = [
            ...
            new Glooby\HttpClientBundle\GloobyHttpClientBundle(),
            ...
        ];
    }
```

Configuration
-------------

[](#configuration)

Configure in app/config/parameters.yml:

#### single

[](#single)

```
parameters:
...
    glooby.http.proxy: socks5://127.0.0.1:1080
```

#### file

[](#file)

```
parameters:
...
    glooby.http.proxy: /etc/proxyfile
```

```
$ cat /etc/proxy

socks5://127.0.0.1:1080

```

Supports single/multiple lines

#### multiple

[](#multiple)

```
parameters:
...
    glooby.http.proxy:
        - http://127.0.0.1:1081
        - socks5://127.0.0.1:1080
        - socks4://127.0.0.1:1082
```

#### mix

[](#mix)

```
parameters:
...
    glooby.http.proxy:
        - socks5://127.0.0.1:1080
        - socks5://john:doe@127.0.0.1:1081
        - /etc/proxy1
        - /etc/proxy2
```

When providing multiple proxies a random one will be select each time creating a new client

Usage
-----

[](#usage)

```
$ip = $this->get('glooby.http.client')->get('http://api.ipify.org')->getBody();
```

Support
-------

[](#support)

### Supported proxy types

[](#supported-proxy-types)

- http
- https
- socks4
- socks4a
- socks5
- socks5h

License
-------

[](#license)

This bundle is released under the [MIT license](Resources/meta/LICENSE)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~7 days

Total

2

Last Release

3426d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/325786?v=4)[Emil Kilhage](/maintainers/kilhage)[@kilhage](https://github.com/kilhage)

---

Top Contributors

[![kilhage](https://avatars.githubusercontent.com/u/325786?v=4)](https://github.com/kilhage "kilhage (8 commits)")

### Embed Badge

![Health badge](/badges/glooby-http-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/glooby-http-client-bundle/health.svg)](https://phpackages.com/packages/glooby-http-client-bundle)
```

###  Alternatives

[aws/aws-sdk-php

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

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k53](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11938.5M8.1k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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