PHPackages                             inkrement/proxyscheduler - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. inkrement/proxyscheduler

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

inkrement/proxyscheduler
========================

Schedules Proxy usage (e.g. web scraping)

1.1.1(9y ago)131GPL-3.0PHP

Since Feb 15Pushed 9y ago1 watchersCompare

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

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

ProxyScheduler
==============

[](#proxyscheduler)

Usage
-----

[](#usage)

To use this package just call the following script in your terminal. It uses composer and adds this package to your requirements:

> composer require inkrement/proxyscheduler

Then import the Scheduler and create a new instance:

```
use Inkrement\ProxyScheduler\ProxyScheduler;
use Inkrement\ProxyScheduler\Adapter\CSVAdapter;

$dao = new CSVAdapter('proxy_list.csv');
$scheduler = new ProxyScheduler($dao);
$proxy = $scheduler->getNext();

```

CSV Proxy List Format
---------------------

[](#csv-proxy-list-format)

The first 3 fields are mandatory (ip, port and type), the others are optional, but are important for some scheduling algorithms (e.g. hit, miss and rating). The default delimiter is a semicolon but it can be changed with an additional parameter.

Always "fresh" public proxies
-----------------------------

[](#always-fresh-public-proxies)

This package also provides an Adapter for the [gimmeproxy API](http://gimmeproxy.com/#api).

```
use Inkrement\ProxyScheduler\ProxyScheduler;
use Inkrement\ProxyScheduler\Adapter\GimmyProxyAdapter;

$scheduler = new ProxyScheduler(new GimmyProxyAdapter());
$proxy = $scheduler->getNext();

```

Further Information
-------------------

[](#further-information)

Run phpunit tests:

```
composer test

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~45 days

Total

7

Last Release

3554d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/389932d7f9e2dd2e39ec2e1724adc78863240456f05b9c906d77407c07b7d270?d=identicon)[inkrement](/maintainers/inkrement)

---

Top Contributors

[![inkrement](https://avatars.githubusercontent.com/u/604528?v=4)](https://github.com/inkrement "inkrement (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/inkrement-proxyscheduler/health.svg)

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

###  Alternatives

[aune-io/magento2-product-category-url-fix

Product category url fix for Magento 2

165.9k](/packages/aune-io-magento2-product-category-url-fix)

PHPackages © 2026

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