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
- Host: GitHub
- URL: https://github.com/yggverse/hl-php
- Owner: YGGverse
- License: mit
- Created: 2024-01-12T15:22:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T18:03:58.000Z (over 1 year ago)
- Last Synced: 2024-12-25T12:44:20.405Z (4 months ago)
- Topics: 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
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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