# dispathproxy **Repository Path**: cadac/dispathproxy ## Basic Information - **Project Name**: dispathproxy - **Description**: 聚合多条网络于一体 提高网络利用率 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # socks5-proxy Socks5 proxy written in PHP based on [workerman](https://github.com/walkor/Workerman). Now with username/password authentication according to RFC 1929. ## Install 1. ```git clone https://github.com/walkor/php-socks5``` 2. ```composer install``` ## Config Edit file ```config.php``` ## Start ```php start.php start -d``` ## Stop ```php start.php stop``` ## Status ```php start.php status``` ## Other links https://github.com/walkor/shadowsocks-php https://github.com/walkor/php-http-proxy