An open API service indexing awesome lists of open source software.

https://github.com/yggverse/hl-php

PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support
https://github.com/yggverse/hl-php

half-life half-life-api half-life-composer half-life-ipv6 half-life-master half-life-php half-life-yggdrasil hl-php master master-server-api php xash3d xash3d-api yggdrasil

Last synced: 2 months ago
JSON representation

PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support

Awesome Lists containing this project

README

        

# 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](https://github.com/YGGverse/HLState) - Web Monitor for Half-Life Servers