PHP 8 Library for Nex Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yggverse ae8cdbeeaf format attributes 2 months ago
src/Client format attributes 2 months ago
.gitignore initial commit 2 months ago
LICENSE Initial commit 2 months ago
README.md remove sni dependencies 2 months ago
composer.json initial commit 2 months ago

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()
);

Request::setHost

Request::getHost

Request::setPort

Request::getPort

Request::setPath

Request::getPath

Request::setQuery

Request::getQuery

Request::getOptions

Request::setOptions