Download the PHP package knx/api-client without Composer
On this page you can find all versions of the php package knx/api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download knx/api-client
More information about knx/api-client
Files in knx/api-client
Download knx/api-client
More information about knx/api-client
Files in knx/api-client
Vendor knx
Package api-client
Short Description KNX API client to communicate with MyKNX
License MIT
Package api-client
Short Description KNX API client to communicate with MyKNX
License MIT
Please rate this library. Is it a good library?
Informations about the package api-client
api-client
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.
All versions of api-client with dependencies
PHP Build Version
Package Version
No informations.
The package knx/api-client contains the following files
Loading the files please wait ....