sgoettsch / fritzbox-aha
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Open Issues: 0
pkg:composer/sgoettsch/fritzbox-aha
Requires
- php: >=8.1
- ext-curl: *
- ext-mbstring: *
- ext-simplexml: *
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
This package is auto-updated.
Last update: 2025-10-04 05:13:37 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.