PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support
Find a file
2024-01-12 18:19:28 +02:00
src/Xash3D initial release 2024-01-12 18:19:28 +02:00
.gitignore initial release 2024-01-12 18:19:28 +02:00
composer.json initial release 2024-01-12 18:19:28 +02:00
LICENSE Initial commit 2024-01-12 17:22:40 +02:00
README.md initial release 2024-01-12 18:19:28 +02:00

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