PHPackages                             grcs/tor-bundle - 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. grcs/tor-bundle

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

grcs/tor-bundle
===============

TOR provider

v0.1(11y ago)0897MITPHPPHP &gt;=5.3.2

Since Nov 13Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Graceas/GrcsTorBundle)[ Packagist](https://packagist.org/packages/grcs/tor-bundle)[ Docs](https://github.com/Graceas/GrcsTorBundle)[ RSS](/packages/grcs-tor-bundle/feed)WikiDiscussions master Synced 1mo ago

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

GrcsTorBundle
=============

[](#grcstorbundle)

License:

```
see LICENSE

```

Installation
============

[](#installation)

1. Add TorBundle to your vendor/ dir

Through composer:

```
"require": {
    ...
    "grcs/tor-bundle": "dev-master"
    ...
}

```

2. Add TorBundle to your application kernel

    // app/AppKernel.php

    public function registerBundles() { return array( // ... new Grcs\\TorBundle\\GrcsTorBundle(), // ... ); }
3. Install TOR
4. Configure TOR

    // add to /patch/to/etc/tor/torrc

    ControlPort 9051
5. Run TOR
6. Use

    $tor = $this-&gt;get('grcs.tor'); $tor-&gt;getNewIpAddress();

    Curl: $options = array( CURLOPT\_URL =&gt; '', CURLOPT\_HEADER =&gt; false, CURLOPT\_TIMEOUT =&gt; 30, CURLOPT\_CONNECTTIMEOUT =&gt; 30, CURLOPT\_RETURNTRANSFER =&gt; true, CURLOPT\_FOLLOWLOCATION =&gt; true, CURLOPT\_PROXY =&gt; $tor-&gt;getTorHostname() . ':' . $tor-&gt;getTorPort(), CURLOPT\_PROXYTYPE =&gt; CURLPROXY\_SOCKS5, CURLOPT\_SSL\_VERIFYHOST =&gt; false, CURLOPT\_SSL\_VERIFYPEER =&gt; false, ); $ch = \\curl\_init(); \\curl\_setopt\_array($ch, $options); $result = \\curl\_exec($ch);

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4202d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd86282716d0a29e62ac25f6b5ad3e03bf3155700437aba1da4829f8b46d974a?d=identicon)[Graceas](/maintainers/Graceas)

---

Top Contributors

[![Graceas](https://avatars.githubusercontent.com/u/3995794?v=4)](https://github.com/Graceas "Graceas (1 commits)")

---

Tags

proxytor

### Embed Badge

![Health badge](/badges/grcs-tor-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/grcs-tor-bundle/health.svg)](https://phpackages.com/packages/grcs-tor-bundle)
```

###  Alternatives

[nette/http

🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.

48619.2M541](/packages/nette-http)[jenssegers/proxy

Proxy library that forwards requests to the desired url and returns the response.

940487.2k4](/packages/jenssegers-proxy)[clue/http-proxy-react

Async HTTP proxy connector, tunnel any TCP/IP-based protocol through an HTTP CONNECT proxy server, built on top of ReactPHP

472.3M33](/packages/clue-http-proxy-react)[dapphp/torutils

Classes for interacting with Tor over the control protocol, querying directory authorities and servers, DNS exit lists, a curl wrapper that makes it easy to use Tor's SOCKS proxy, and more.

7283.9k1](/packages/dapphp-torutils)[megahertz/guzzle-tor

This Guzzle middleware allows to use Tor client as a proxy

7068.8k1](/packages/megahertz-guzzle-tor)[willwashburn/phpamo

A PHP library to create urls for Camo - the SSL image proxy

42159.6k1](/packages/willwashburn-phpamo)

PHPackages © 2026

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