PHP command line tool for exporting Openprovider DNS zones to bind files
git clone https://github.com/ixp-nl/openprovider-export.git
cd openprovider-export
composer update
Check if you have enabled API access on https://cp.openprovider.eu/account/dashboard.php
Provide the API username and password in config.php
Export domain example.com
php export.php example.com
Save to domains folder
php export.php --save example.com
Multiple domains
php export.php --save domain1.com domain2.com domain3.com ...
To export all domains in your account use:
php exportall.php --save