inital commit

This commit is contained in:
2023-07-09 02:03:41 +02:00
commit 069a211528
9 changed files with 301 additions and 0 deletions

17
composer.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "brammp/basic-external-unifi-portal",
"description": "Basic Unifi Portal",
"type": "project",
"require": {
"art-of-wifi/unifi-api-client": "^1.1"
},
"license": [
"Unlicense"
],
"authors": [
{
"name": "brammp",
"email": "bram@bprieshof.nl"
}
]
}