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
f80b114f1a
commit
406911794d
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# nex-php
|
# nex-php
|
||||||
|
|
||||||
PHP 8 Library for Nex Protocol (see also [nps-php](https://github.com/YGGverse/nps-php))
|
PHP 8 Library for NEX Protocol (see also [nps-php](https://github.com/YGGverse/nps-php))
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@ composer require yggverse/nex
|
||||||
|
|
||||||
## Client
|
## Client
|
||||||
|
|
||||||
PHP interface for Nex protocol queries
|
PHP interface for NEX protocol queries
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
$client = new \Yggverse\Nex\Client;
|
$client = new \Yggverse\Nex\Client;
|
||||||
|
|
@ -41,7 +41,7 @@ var_dump(
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
|
|
||||||
Build interactive server instance to listen Nex protocol connections!
|
Build interactive server instance to listen NEX protocol connections!
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
$server = new \Yggverse\Nex\Server;
|
$server = new \Yggverse\Nex\Server;
|
||||||
|
|
@ -94,4 +94,4 @@ Same to `Server::setLive(false)`
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
* [next](https://github.com/YGGverse/next) - PHP 8 Server for Nex Protocol
|
* [next](https://github.com/YGGverse/next) - PHP 8 Server for NEX Protocol
|
||||||
Loading…
Add table
Add a link
Reference in a new issue