Initial commit :)

This commit is contained in:
2025-11-20 01:00:38 -08:00
commit 8fee3bf020
16 changed files with 830 additions and 0 deletions

7
composer.json Normal file
View File

@@ -0,0 +1,7 @@
{
"require": {
"vlucas/phpdotenv": "*",
"thedudeguy/rcon": "^1.0",
"guzzlehttp/guzzle": "^7.10"
}
}