mirror of https://github.com/YGGverse/hl-php.git
phpyggdrasilhalf-lifexash3dhalf-life-ipv6half-life-yggdrasilhalf-life-composermaster-server-apihalf-life-phphalf-life-apimasterhalf-life-masterhl-phpxash3d-api
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
486 B
19 lines
486 B
{ |
|
"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": {} |
|
}
|
|
|