first commit2

This commit is contained in:
2025-12-16 17:58:37 +09:00
parent 2e3204d5df
commit 515a981cd0
6 changed files with 454 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "project/php-worker",
"description": "PHP worker for external API calls",
"type": "project",
"require": {
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}