Download the PHP package ycgambo/shadowrocket without Composer
On this page you can find all versions of the php package ycgambo/shadowrocket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ycgambo/shadowrocket
More information about ycgambo/shadowrocket
Files in ycgambo/shadowrocket
Download ycgambo/shadowrocket
More information about ycgambo/shadowrocket
Files in ycgambo/shadowrocket
Vendor ycgambo
Package shadowrocket
Short Description A PHP shadowsocks component
License MIT
Package shadowrocket
Short Description A PHP shadowsocks component
License MIT
Keywords SocketShadowsocks
Please rate this library. Is it a good library?
Informations about the package shadowrocket
shadowrocket
A socks5 proxy to build your own shadowsocks private network. PHP based & Composer supported.
中文文档 Contributing
Features
- TCP/UDP support
- IPV4/DOMAINNAME/IPV6 support
- Graceful restart
- Monolog Logger
- Guarder(Black List)
- Server Manager
Coming Next
- bandwidth throttling
- user management
Install
composer require ycgambo/shadowrocket
Requirements
- Composer
- PHP 5.3+
Usage
Run a server
Run a local proxy
This means we want to pass data to local proxy 127.0.0.1:1086 which will request proxy server 123.456.78.9:8388 for reply.
Fire your script up
Assuming your script is named as start.php, in which contains code to launch the Launcher.
To run as daemon:
php start.php start -d
To stop your script:
php start.php stop
To graceful restart:
php start.php reload
To check status:
php start.php status
To check connections:
php start.php connections
More docs
- Run multi server on different port
- Launcher
- Modules
Want a client APP?
All versions of shadowrocket with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
walkor/workerman Version ^3.5.4
phpseclib/phpseclib Version ^2.0
monolog/monolog Version ^1.23
ulrichsg/getopt-php Version ^3.1.1
walkor/workerman Version ^3.5.4
phpseclib/phpseclib Version ^2.0
monolog/monolog Version ^1.23
ulrichsg/getopt-php Version ^3.1.1
The package ycgambo/shadowrocket contains the following files
Loading the files please wait ....