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

17
composer.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "yggverse/hl",
"description": "PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support ",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Hl\\": "src/"
}
},
"authors": [
{
"name": "YGGverse"
}
],
"require": {}
}