Download the PHP package ghopper/curl_over_tor without Composer
On this page you can find all versions of the php package ghopper/curl_over_tor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghopper/curl_over_tor
More information about ghopper/curl_over_tor
Files in ghopper/curl_over_tor
Download ghopper/curl_over_tor
More information about ghopper/curl_over_tor
Files in ghopper/curl_over_tor
Vendor ghopper
Package curl_over_tor
Short Description Wrapper for CURL, which uses TOR server as socks5 proxy.
License MIT
Package curl_over_tor
Short Description Wrapper for CURL, which uses TOR server as socks5 proxy.
License MIT
Please rate this library. Is it a good library?
Informations about the package curl_over_tor
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
All you need is proxy host, proxy ports and proxy control port password.
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
- setMaxQueryCount($count=10);
- setopt($opt,$val);
- exec($url=NULL);
Requirements
- TOR server
- php_curl extension
All versions of curl_over_tor with dependencies
PHP Build Version
Package Version
No informations.
The package ghopper/curl_over_tor contains the following files
Loading the files please wait ....