Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walkor/php-socks5

socks5 proxy written in PHP based on workerman.
https://github.com/walkor/php-socks5

php socks5 socks5-proxy socks5-server workerman

Last synced: about 2 months ago
JSON representation

socks5 proxy written in PHP based on workerman.

Awesome Lists containing this project

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 && cd 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