PHP 8 Server for Nex Protocol
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.

24 lines
527 B

7 months ago
# next
7 months ago
7 months ago
PHP 8 Server for [Nex Protocol](nex://piclog.blue/nex/info/specification.txt), based on the [nex-php](https://github.com/YGGverse/nex-php) library
7 months ago
## Install
* `git clone https://github.com/YGGverse/next.git`
* `cd next`
* `composer update`
## Start
``` bash
php src/nex.php\
host=127.0.0.1\
port=1900\
path=/path/to/dir
```
7 months ago
### Options
7 months ago
* `host` - optional string, `127.0.0.1` by default
* `port` - optional int, `1900` by default
7 months ago
* `path` - required string, destination files location (public folder)