myphps/socks5-http-proxy

socks5、http代理

Maintainers

Package info

github.com/ncwsky/socks5-http-proxy

pkg:composer/myphps/socks5-http-proxy

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-03-21 08:56 UTC

This package is auto-updated.

Last update: 2026-03-21 08:56:47 UTC


README

Socks5、Http代理

Install

mkdir proxy
cd proxy

composer require myphps/socks5-http-proxy:dev-master

cp vendor/myphps/socks5-http-proxy/run.example.php run.php
cp vendor/myphps/socks5-http-proxy/config.example.php config.php
chmod +x run.php

修改 run.php config.php配置
运行 ./run.php 

或者

1. git clone https://github.com/ncwsky/socks5-http-proxy
2. composer install

修改 config.php配置
运行 ./socks5.php 

HELP

./socks5.php -h

打包

php -d phar.readonly=0 cli.php phar
phpacker build --php=8.2