mirror of
https://github.com/YGGverse/hl-php.git
synced 2025-01-15 09:19:55 +00:00
20 lines
486 B
JSON
20 lines
486 B
JSON
{
|
|
"name": "yggverse/hl",
|
|
"description": "PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support ",
|
|
"keywords": [ "half-life", "hl", "xash3d", "ipv6", "yggdrasil", "master" ],
|
|
"homepage": "https://github.com/YGGverse/hl-php",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Hl\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "YGGverse"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|