Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nazmulpcc/php-socks

Socks5 proxy server written in Swoole PHP
https://github.com/nazmulpcc/php-socks

php proxy-server socks5 swoole

Last synced: about 1 month ago
JSON representation

Socks5 proxy server written in Swoole PHP

Awesome Lists containing this project

README

        

# 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](https://www.swoole.co.uk/docs/get-started/installation) 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