PHPackages                             ghopper/curl\_over\_tor - 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. ghopper/curl\_over\_tor

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

ghopper/curl\_over\_tor
=======================

Wrapper for CURL, which uses TOR server as socks5 proxy.

v0.0.3(9y ago)273MITPHP

Since Apr 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/GHopperMSK/curl_over_tor)[ Packagist](https://packagist.org/packages/ghopper/curl_over_tor)[ RSS](/packages/ghopper-curl-over-tor/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

CurlOverTor
===========

[](#curlovertor)

Wrapper for CURL, which uses TOR server as socks5 proxy. With this software architecture we can send plenty requests to a host and avoid blocking.

Configuring
-----------

[](#configuring)

All you need is proxy host, proxy ports and proxy control port password.

```
$proxy = [
    ['port' => 9050, 'cport' => 9051],
    ['port' => 9060, 'cport' => 9061],
    ['port' => 9070, 'cport' => 9071],
    ['port' => 9080, 'cport' => 9081]
];
$curtor = new CurlOverTor('127.0.0.1', $proxy, '1234');

```

I recommend work with at least 3 proxy ports for better performance. With only one port we spend much time for connection setup while with many ports we just switch current connection to another one, already prepared for data transfer.

Look at the *example* folder for more information.

Available methods
-----------------

[](#available-methods)

- setMaxQueryCount($count=10);
- setopt($opt,$val);
- exec($url=NULL);

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

[](#requirements)

- TOR server
- php\_curl extension

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

3

Last Release

3356d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4691144?v=4)[Ian](/maintainers/GHopper)[@ghopper](https://github.com/ghopper)

---

Top Contributors

[![np25071984](https://avatars.githubusercontent.com/u/19670887?v=4)](https://github.com/np25071984 "np25071984 (6 commits)")

### Embed Badge

![Health badge](/badges/ghopper-curl-over-tor/health.svg)

```
[![Health](https://phpackages.com/badges/ghopper-curl-over-tor/health.svg)](https://phpackages.com/packages/ghopper-curl-over-tor)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

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

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/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

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

PHPackages © 2026

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