Begin RHPZ Server.

This commit is contained in:
2026-01-29 18:43:58 +01:00
commit b49424b6ee
25 changed files with 1772 additions and 0 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "romhackplaza/file-server",
"type": "project",
"authors": [
{
"name": "Benjamin",
"email": "benjamin@cartememoire.org"
}
],
"autoload": {
"psr-4": {
"RomhackPlazaFS\\": "src/"
}
},
"require": {
"vlucas/phpdotenv": "^5.6"
}
}