mirror of
https://github.com/YGGverse/next.git
synced 2025-03-12 05:31:04 +00:00
next
PHP 8 Server for Nex Protocol based on nex-php library
Install
git clone https://github.com/YGGverse/next.git
cd next
composer update
Start
php src/nex.php\
host=127.0.0.1\
port=1900\
path=/path/to/dir
Arguments
host
- optional string,127.0.0.1
by defaultport
- optional int,1900
by defaultpath
- required string, destination files (public folder)
Description
Languages
PHP
100%