# php-socks5 **Repository Path**: kungecode/php-socks5 ## Basic Information - **Project Name**: php-socks5 - **Description**: 导入 https://github.com/walkor/php-socks5 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-26 - **Last Updated**: 2021-08-26 ## 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