andreas-weber / php-dyndns
A PHP based DynDNS library
dev-master
2014-04-03 22:19 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-12-07 17:14:42 UTC
README
A PHP based DynDNS library
Supported domain providers
- Dyn
- SchlundTech (Access to the XML-Gateway required)
Requirements
Library requires PHP >= 5.4 and the PHP curl extension
Installation
Clone repository
git clone https://github.com/andreas-weber/php-dyndns.git /path/to/your/folder
Install dependencies
cd /path/to/your/folder
composer update
Run tests
phpunit
Roadmap
- Implement Strato provider
- Add provider tests
Attributions
- Thanks to Martin Lowinski for doing the hard work implementing a functional version of the Schlundtech XML-Gateway in his repository, which was the base and inspired me developing this library.