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.

25 lines
306 B

11 months ago
# hl-php
11 months ago
PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support
## Install
`composer require yggverse/hl`
## Usage
### Xash3d
#### Master
```
11 months ago
$master = new \Yggverse\Hl\Xash3D\Master('hl.ygg', 27010);
11 months ago
var_dump(
$master->getServersIPv6()
);
11 months ago
var_dump(
$master->getErrors()
);
11 months ago
```