PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support
Go to file
2024-01-13 20:03:23 +02:00
src/Xash3D make socket connections isolated 2024-01-13 20:03:23 +02:00
.gitignore initial release 2024-01-12 18:19:28 +02:00
composer.json add meta info 2024-01-12 19:29:57 +02:00
LICENSE Initial commit 2024-01-12 17:22:40 +02:00
README.md update readme 2024-01-12 20:28:03 +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()
);

var_dump(
    $master->getErrors()
);

Projects

  • HLState - Web Monitor for Half-Life Servers