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)04.2kMITPHPPHP &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 today

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

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

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

841d 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

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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