Initial commit with I think working app.

This commit is contained in:
Krzysztof Płaczek
2024-11-10 17:52:38 +01:00
commit a0a1dac4c7
5 changed files with 1168 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "kplaczek/foodsi-bot",
"description": "Foodsi bot. Integrating with homeassistant to provide push notifications and entity status.",
"require": {
"vlucas/phpdotenv": "^5.6",
"guzzlehttp/guzzle": "^7.9"
},
"autoload": {
"psr-4": {
"Kplaczek\\FoodsiBot\\": "src/"
}
},
"authors": [
{
"name": "Krzysztof Płaczek",
"email": "krzysztofplaczek@techtube.pl"
}
]
}