PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support
Find a file
2024-01-12 18:40:21 +02:00
src/Xash3D add socket connection closers 2024-01-12 18:40:21 +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 fix namespaces 2024-01-12 18:32:51 +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()
);