Skip to content

Saleh7/Tor_Php_Curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tor Php Curl

Simple | Php Tor Proxy Connector

Install and configure Tor

Ubuntu/Debian

sudo apt-get install tor

nano /etc/tor/torrc

Uncomment the : ControlPort 9051

Example usage | PHP

require 'Tor.php';

$Url = "https://api.ipify.org";
$Tor = new Tor($Url);
$TorConnect = $Tor->TorConnect();

echo $TorConnect;

About

Simple | Php Tor Proxy Connector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages