mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 09:45:29 +00:00
PHP 8 server for different protocols
19001965altwebasync-servercomposerip6ipv6kevacoinnexnex-phpnex-protocolnex-servernextphp-serverratchetsmallwebsocketsocket-servertinywebwebsocket
| .gitignore | ||
| composer.json | ||
| LICENSE | ||
| README.md | ||
next
PHP 8 Server for Nex Protocol, based on the nex-php library
Install
git clone https://github.com/YGGverse/next.gitcd nextcomposer update
Start
php src/nex.php\
host=127.0.0.1\
port=1900\
path=/path/to/dir
Options
host- optional string,127.0.0.1by defaultport- optional int,1900by defaultpath- required string, destination files location (public folder)