knx / api-client
KNX API client to communicate with MyKNX
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/knx/api-client
This package is not auto-updated.
Last update: 2025-10-10 15:59:32 UTC
README
Description
This packages allows you to communicate with the KNX API.
Installation
Installation via composer:
composer require knx/api-client
Howto
Set the KNX API key and API url:
<?php
\KNX\Api\Config::$key = YOUR_KEY_HERE';
\KNX\Api\Config::$url = 'http://api.knx.org/';
You are now ready to use the library.