2017 © Pedro Peláez
 

library api-client

KNX API client to communicate with MyKNX

image

knx/api-client

KNX API client to communicate with MyKNX

  • Monday, August 28, 2017
  • by knx
  • Repository
  • 4 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

api-client

Description

This packages allows you to communicate with the KNX API., (*1)

Installation

Installation via composer:, (*2)

composer require knx/api-client

Howto

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)

The Versions

28/08 2017

dev-master

9999999-dev

KNX API client to communicate with MyKNX

  Sources   Download

MIT

by KNX Association CVBA

23/11 2016

v0.0.1

0.0.1.0

KNX API client to communicate with MyKNX

  Sources   Download

MIT

by KNX Association CVBA