mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-03-31 17:55:31 +00:00
update readme
This commit is contained in:
parent
52b43a252d
commit
3f2b2cbc54
1 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ composer require yggverse/nex
|
||||||
|
|
||||||
PHP interface for Nex protocol queries
|
PHP interface for Nex protocol queries
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
$client = new \Yggverse\Nex\Client;
|
$client = new \Yggverse\Nex\Client;
|
||||||
```
|
```
|
||||||
|
|
@ -43,6 +45,12 @@ var_dump(
|
||||||
|
|
||||||
Build interactive server instance to listen Nex protocol connections!
|
Build interactive server instance to listen Nex protocol connections!
|
||||||
|
|
||||||
|
### Example
|
||||||
|
|
||||||
|
* [next](https://github.com/YGGverse/next) - PHP 8 Server for Nex Protocol
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
$server = new \Yggverse\Nex\Server;
|
$server = new \Yggverse\Nex\Server;
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue