PHPackages                             shintio/yii2-proxy-httpclient - 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. shintio/yii2-proxy-httpclient

ActiveYii2-extension[HTTP &amp; Networking](/categories/http)

shintio/yii2-proxy-httpclient
=============================

Native httpclient with custom or autoparsed free proxy servers

0.1(7y ago)174[1 issues](https://github.com/Shintio/yii2-proxy-httpclient/issues)BSD-3-ClausePHP

Since Sep 28Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Shintio/yii2-proxy-httpclient)[ Packagist](https://packagist.org/packages/shintio/yii2-proxy-httpclient)[ RSS](/packages/shintio-yii2-proxy-httpclient/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Yii2 Proxy Httpclient
=====================

[](#yii2-proxy-httpclient)

Native httpclient with custom or autoparsed free proxy servers

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist shintio/yii2-proxy-httpclient "*"

```

or add

```
"shintio/yii2-proxy-httpclient": "*"

```

to the require section of your `composer.json` file.

Apply migrations by following command:

```
php yii migrate --migrationPath="vendor/shintio/yii2-proxy-httpclient/src/database/migrations/"
```

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code like:

```
use shintio\yii2\proxy\components\Client;

$client = new Client();

$request = $client->createRequest()->setMethod('get')->setUrl('https://2ip.ru/');

$response = $request->send();

echo $response->content;
die;
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

2

Last Release

2833d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05b148fe3b05786a799d85838ae804eb0e1e00f6f5bfe3d0d49bee558a5f3ff5?d=identicon)[AlekseyTopor](/maintainers/AlekseyTopor)

---

Top Contributors

[![axeok](https://avatars.githubusercontent.com/u/16244655?v=4)](https://github.com/axeok "axeok (2 commits)")

---

Tags

proxycurlyii2extensionhttpclient

### Embed Badge

![Health badge](/badges/shintio-yii2-proxy-httpclient/health.svg)

```
[![Health](https://phpackages.com/badges/shintio-yii2-proxy-httpclient/health.svg)](https://phpackages.com/packages/shintio-yii2-proxy-httpclient)
```

###  Alternatives

[linslin/yii2-curl

Easy and nice cURL extension with RESTful support for Yii2

1741.5M20](/packages/linslin-yii2-curl)[joni-jones/yii2-wschat

Online chat based on web sockets and ratchet php

981.3k](/packages/joni-jones-yii2-wschat)[yiiplus/yii2-websocket

使用yii2封装 websocket 扩展

212.7k](/packages/yiiplus-yii2-websocket)

PHPackages © 2026

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