initial release

This commit is contained in:
ghost 2024-01-12 18:19:28 +02:00
parent f343894229
commit c91e69fc73
4 changed files with 163 additions and 1 deletions

View file

@ -1,2 +1,21 @@
# hl-php
PHP library for Half-Life API
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()
);
```