knx/api-client

KNX API client to communicate with MyKNX

v0.0.2 2017-08-28 16:13 UTC

This package is not auto-updated.

Last update: 2024-09-27 11:08:46 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.