PHP 8 Server for Nex Protocol
Go to file
2024-04-26 19:22:26 +03:00
.gitignore init composer 2024-04-26 18:00:44 +03:00
composer.json init composer 2024-04-26 18:00:44 +03:00
LICENSE Initial commit 2024-04-26 17:42:57 +03:00
README.md update readme 2024-04-26 19:22:26 +03:00

next

PHP 8 Server for Nex Protocol, based on the 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

Options

  • host - optional string, 127.0.0.1 by default
  • port - optional int, 1900 by default
  • path - required string, destination files location (public folder)