Skip to content

NeoBlack/free-at-home-api

Repository files navigation

Build Status Scrutinizer Code Quality Code Coverage

Busch Jäger free@home API Client Library

The free@home API Client Library enables you to work with the Busch Jäger free@home AccessPoint.

/!\ THIS LIBRARY IS STILL IN DEVELOPMENT AND NOT READY FOR USE /!\

Requirements

Installation

You can use Composer or simply Download the Release

Composer

The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

composer require neoblack/free-at-home-api:"dev-master"

Finally, be sure to include the autoloader:

require_once '/path/to/your-project/vendor/autoload.php';

Making Requests

Examples follow soon...