开源http代理php-http-proxy

基于workerman开发的一个http代理。源码仅有几十行,性能强悍。

项目地址

GitHub Repo stars
https://github.com/walkor/php-http-proxy

安装

  1. git clone https://github.com/walkor/php-http-proxy
  2. cd php-http-proxy
  3. composer install

Start

php start.php start -d

Stop

php start.php stop

Status

php start.php status

相关链接

socks5代理 php-socks5

🔝