sgoettsch / fritzbox-aha
1.1.0
2025-03-07 00:04 UTC
Requires
- php: >=8.1
- ext-curl: *
- ext-mbstring: *
- ext-simplexml: *
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-10 11:26:55 UTC
README
PHP implementation of the AVM Home Automation HTTP Interface.
Supported devices:
- FRITZ!DECT 200
- FRITZ!DECT 300
- FRITZ!DECT 440
- FRITZ!DECT 500
Install
Via Composer
composer require sgoettsch/fritzbox-aha
Usage
use \sgoettsch\FritzboxAHA\FritzboxAHA; $aha = new FritzboxAHA(); $aha->login("fritz.box", "user", "password");
Testing
composer test:all
Contributing
Please see CONTRIBUTING and CODE OF CONDUCT for details.
Sources
https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AHA-HTTP-Interface.pdf https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_Technical_Note_-_Session_ID.pdf
License
The MIT License (MIT). Please see License File for more information.