Download the PHP package giannisftaras/ge-api without Composer
On this page you can find all versions of the php package giannisftaras/ge-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download giannisftaras/ge-api
More information about giannisftaras/ge-api
Files in giannisftaras/ge-api
Package ge-api
Short Description A PHP wrapper for the General Electric - SmartHQ API
License Apache-2.0
Homepage https://github.com/giannisftaras/ge-api
Informations about the package ge-api
PHP - General Electric / SmartHQ API
This library is a simple PHP wrapper for the General Electric / SmartHQ API. At the moment the library utilizes only a single endpoint from the API since I don't have all the devices listed to test it with. If you want support for more devices you can implement your own calls & functions and create a pull request to merge it to the main branch.
Additional required libraries (included in the main package):
- GuzzleHTTP: for the API calls
- SimpleHTMLDOM: for the login process
Supported devices:
- Split Air Conditioner
Installation:
You can install the library using composer
or by simply downloading this repository and including it in your project.
Installation using composer
:
composer require giannisftaras/ge-api
Usage:
Make sure you implement a storage object in order to store the Bearer / Access token generated during the login flow which will help in loading times and when quering the API in order to avoid logging in all the time.
You can view the AC class in /src/geAPI/commands/ac_commands.php
for all available functions and commands.