PHPackages                             zoon/proxymarket - 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. zoon/proxymarket

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

zoon/proxymarket
================

PHP Proxy Market Adapter

1.2.1(2y ago)03.9kMITPHPPHP &gt;=5.6.0

Since May 8Pushed 2y agoCompare

[ Source](https://github.com/zoonru/proxymarket)[ Packagist](https://packagist.org/packages/zoon/proxymarket)[ RSS](/packages/zoon-proxymarket/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (8)Used By (0)

proxymarket
===========

[](#proxymarket)

This is library for working with the Proxy.Market API

Usage
=====

[](#usage)

Creating object with your token

```
$p = new \Proxymarket\Proxymarket(YOUR_TOKEN);
```

**Getting proxy list**

```
$list = $p->listProxy($type = 'all', $page = 1, $pageSize = 0, $sort = 0);
```

`$type` - type of the choosen proxy. It may be `all`, `ipv4` and `ipv6`

`$page` - page number

`$pageSize` - page size

`$sort` - type of the sort: newest at the top; 1 - oldest at the top

It returns an array of associative arrays

**Buying the proxy**

```
$result = $p->buyProxy($count, $type = 'ipv4', $duration = 30, $country = 'ru', $promocode = '', $subnet = null, $speed = null);
```

`$count` - count of proxies

`$type` - type of the proxy. It may be `ipv4` or `ipv6`

`$duration`:

- available durations for the ipv4: `30, 60, 90, 180, 360` days
- available durations for the ipv6: `3, 7, 14, 30, 60, 90, 180, 360` days

`$country` - available country `ru`

`$promocode` - Proxy market promocode (string)

`$subnet` - not null only for the ipv6. Available value: `32, 29` (int)

`$speed` - available speeds(only for ipv6): 1 - 1mb/s, 2 - 5mb/s, 3 - 15mb/s

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

795d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11337ede928f556805cab4f98222f6f8d1f06b460a20e0e603db56fbdb03013c?d=identicon)[zoon](/maintainers/zoon)

---

Top Contributors

[![timuradilev](https://avatars.githubusercontent.com/u/3055454?v=4)](https://github.com/timuradilev "timuradilev (2 commits)")[![a-astapov](https://avatars.githubusercontent.com/u/11425319?v=4)](https://github.com/a-astapov "a-astapov (1 commits)")[![danog](https://avatars.githubusercontent.com/u/7339644?v=4)](https://github.com/danog "danog (1 commits)")[![svichka](https://avatars.githubusercontent.com/u/11856230?v=4)](https://github.com/svichka "svichka (1 commits)")

### Embed Badge

![Health badge](/badges/zoon-proxymarket/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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