mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-03-31 17:15:39 +00:00
21 lines
No EOL
266 B
Markdown
21 lines
No EOL
266 B
Markdown
# 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()
|
|
);
|
|
``` |