A platform to test different ways to access, get and post data from/to the FRITZ!Box with http requests. The base is the API from andig, which has been extended by a few routines. The example code shows how to change the kid protection filter of a designated device.
- PHP ≥7.0 (
apt-get install php php-curl php-mbstring php-xml
) - Composer (follow the installation guide at <https://getcomposer.org/download/)
Install requirements
git clone https://github.com/blacksenator/boxer.git
cd boxer
composer install --no-dev
edit config.example.php
and save as config.php
php boxer run
This script is released under MIT license.
Copyright (c) 2019 Volker Püschel, Andreas Götz