mirror of https://github.com/YGGverse/next.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yggverse
4cc15d0758
|
7 months ago | |
---|---|---|
.gitignore | 7 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
composer.json | 7 months ago |
README.md
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 location (public folder)