Download the PHP package megahertz/guzzle-tor without Composer
On this page you can find all versions of the php package megahertz/guzzle-tor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download megahertz/guzzle-tor
More information about megahertz/guzzle-tor
Files in megahertz/guzzle-tor
Download megahertz/guzzle-tor
More information about megahertz/guzzle-tor
Files in megahertz/guzzle-tor
Vendor megahertz
Package guzzle-tor
Short Description This Guzzle middleware allows to use Tor client as a proxy
License MIT
Homepage http://github.com/megahertz/guzzle-tor
Package guzzle-tor
Short Description This Guzzle middleware allows to use Tor client as a proxy
License MIT
Homepage http://github.com/megahertz/guzzle-tor
Please rate this library. Is it a good library?
Informations about the package guzzle-tor
GuzzleTor
This Guzzle middleware allows to use Tor client as a proxy
Get started
-
Install composer
Follow the instruction at https://getcomposer.org/download/
-
Install guzzle-tor
- (optional) Copy an example and run
Symfony 3/4 config DI
Options
General
- $proxy is tor socks5 port, by default '127.0.0.1:9050'
- $torControl is Tor control port, by default '127.0.0.1:9051'. Set if you want to change ip (clean circuits)
Request options
Name | Description |
---|---|
tor_new_identity | Change an identity/IP (clean circuits) before request. If it's set, we send NEWNYM signal to Tor client. Please be aware, that this method does not guarantee that an identity will be changed soon |
tor_new_identity_sleep | Pause (seconds) between an ip change identity and a request sending |
tor_new_identity_timeout | Timeout for a Tor control connection |
tor_control_password | Tor control password |
tor_new_identity_exception | If true throw TorNewIdentityException if an error was occurred while trying to change an identity |
All versions of guzzle-tor with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
>=6.2
The package megahertz/guzzle-tor contains the following files
Loading the files please wait ....