2016-02-29 17:17:55 +08:00
|
|
|
# socks5-proxy
|
2016-02-29 17:26:04 +08:00
|
|
|
Socks5 proxy written in PHP based on [workerman](https://github.com/walkor/Workerman).
|
2016-02-02 22:46:39 +08:00
|
|
|
|
2016-11-01 11:16:46 +08:00
|
|
|
## Install
|
|
|
|
1. ```git clone https://github.com/walkor/php-socks5```
|
|
|
|
|
|
|
|
2. ```composer install```
|
|
|
|
|
2016-02-29 17:25:43 +08:00
|
|
|
## Start
|
|
|
|
php start.php start -d
|
2016-02-02 22:46:39 +08:00
|
|
|
|
2016-02-29 17:25:43 +08:00
|
|
|
## Stop
|
2016-02-02 22:46:39 +08:00
|
|
|
php start.php stop
|
2016-02-29 17:25:43 +08:00
|
|
|
|
|
|
|
## Status
|
|
|
|
php start.php status
|
2016-02-29 17:28:39 +08:00
|
|
|
|
2016-02-29 17:29:45 +08:00
|
|
|
## Other links
|
2016-05-08 19:42:21 +08:00
|
|
|
https://github.com/walkor/shadowsocks-php
|
|
|
|
https://github.com/walkor/php-http-proxy
|