28/08
2017
Wallogit.com
2017 © Pedro Peláez
KNX API client to communicate with MyKNX
This packages allows you to communicate with the KNX API., (*1)
Installation via composer:, (*2)
composer require knx/api-client
Set the KNX API key and API url:, (*3)
<?php \KNX\Api\Config::$key = YOUR_KEY_HERE'; \KNX\Api\Config::$url = 'http://api.knx.org/';
You are now ready to use the library., (*4)