openwebx / php-kodaksmarthome
php based access to kodak smarthome
1.3.0
2020-05-07 08:08 UTC
Requires
- php: >=7.4.0
- ext-json: *
- nategood/httpful: ^0.3.2
This package is auto-updated.
Last update: 2025-05-07 19:57:32 UTC
README
php based access to the Kodak Smarthome API
Thanx to https://github.com/kairoaraujo/python-kodaksmarthome for the great work!
Everything should be working "out-of-the-box". Simply initiate the class with your credentials:
$ksh = new phpKodakSmarthome('myUser', 'myPassword');
You now cann access all kinds of information directly:
$devices = $ksh->getDevices();
$events = $ksh->getEvents();