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 /!\
You can use Composer or simply Download the Release
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';
Examples follow soon...