sgoettsch/fritzbox-aha

1.1.0 2025-03-07 00:04 UTC

This package is auto-updated.

Last update: 2025-03-10 11:26:55 UTC


README

Latest Version on Packagist Software License Total Downloads

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");

See example1 example2

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.