mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-03-31 17:55:31 +00:00
PHP Library for NEX Protocol
1900altwebclientcomposerlibrarynexnex-clientnex-librarynex-phpnex-protocolnex-protocol-clientnex-protocol-phpnex-protocol-servernex-serverphpserversmallwebtinyweb
| src/Client | ||
| .gitignore | ||
| composer.json | ||
| LICENSE | ||
| README.md | ||
nex-php
PHP 8 Library for Nex Protocol
Usage
composer require yggverse/nex
Client
PHP interface for Nex protocol queries
Request
$request = new \Yggverse\Nex\Client\Request(
'nex://nightfall.city/nex/'
);
Request::getResponse
Execute requested URL and return raw response
var_dump(
$request->getResponse()
);