mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-03-31 09:45:28 +00:00
604 B
604 B
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()
);