PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support
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.
ghost b7a5314030 remove __destruct method 12 months ago
src/Xash3D remove __destruct method 12 months ago
.gitignore initial release 12 months ago
LICENSE Initial commit 12 months ago
README.md fix namespaces 12 months ago
composer.json initial release 12 months ago

README.md

hl-php

PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support

Install

composer require yggverse/hl

Usage

Xash3d

Master

$master = new \Yggverse\Hl\Xash3D\Master('hl.ygg', 27010);

var_dump(
  $master->getServersIPv6()
);