Skip to content

nazmulpcc/php-socks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-socks

This is a Socks5 proxy server implementation built with PHP & Swoole. To start the proxy server, clone this repo, run composer install to install dependencies. You must also need Swoole php extension enabled. Then just run php proxy.php to start the proxy server. Then make a request via the proxy server:

curl -x socks5h://localhost:1080 https://www.google.com

About

Socks5 proxy server written in Swoole PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages