mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-04-01 10:15:29 +00:00
update readme
This commit is contained in:
parent
6795d37fa8
commit
f80b114f1a
1 changed files with 4 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ var_dump(
|
||||||
|
|
||||||
Build interactive server instance to listen Nex protocol connections!
|
Build interactive server instance to listen Nex protocol connections!
|
||||||
|
|
||||||
* [next](https://github.com/YGGverse/next) - PHP 8 Server for Nex Protocol
|
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
$server = new \Yggverse\Nex\Server;
|
$server = new \Yggverse\Nex\Server;
|
||||||
```
|
```
|
||||||
|
|
@ -93,3 +91,7 @@ $server->start(
|
||||||
Stop server instance.
|
Stop server instance.
|
||||||
|
|
||||||
Same to `Server::setLive(false)`
|
Same to `Server::setLive(false)`
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
* [next](https://github.com/YGGverse/next) - PHP 8 Server for Nex Protocol
|
||||||
Loading…
Add table
Add a link
Reference in a new issue