Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
socks5 proxy written in PHP based on workerman.
- Host: GitHub
- URL: https://github.com/walkor/php-socks5
- Owner: walkor
- Created: 2015-04-04T13:45:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T07:23:58.000Z (5 months ago)
- Last Synced: 2024-10-29T10:08:57.037Z (about 1 month ago)
- Topics: php, socks5, socks5-proxy, socks5-server, workerman
- Language: PHP
- Homepage:
- Size: 91.8 KB
- Stars: 214
- Watchers: 10
- Forks: 106
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **120**星
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