Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nazmulpcc/php-socks
- Owner: nazmulpcc
- Created: 2021-11-21T22:35:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T19:48:48.000Z (about 3 years ago)
- Last Synced: 2024-12-01T08:54:56.890Z (about 1 month ago)
- Topics: php, proxy-server, socks5, swoole
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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