unifi-php-api/composer.json
malle-pietje 8acaa694ca - updated the README file
- updated @throws tags in the doc blocks to reflect the correct exception classes where necessary, in other cases "Exception" is mentioned
- minor changes
- bumped version to 2.0.2
2024-11-28 12:11:08 +01:00

34 lines
782 B
JSON
Executable File

{
"name": "art-of-wifi/unifi-api-client",
"type": "library",
"description": "API client class for use with Ubiquiti's UniFi controller",
"keywords": [
"ubnt",
"ubiquiti",
"unifi",
"controller",
"api",
"client",
"unifi os"
],
"homepage": "https://github.com/Art-of-WiFi/UniFi-API-client",
"license": "MIT",
"authors": [
{
"name": "Art of WiFi",
"email": "info@artofowifi.net",
"homepage": "https://artofwifi.net"
}
],
"require": {
"php": ">=7.4.0",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"UniFi_API\\": "src/"
}
}
}