andreas-weber / php-dyndns
A PHP based DynDNS library
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/andreas-weber/php-dyndns
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2025-09-27 20:50:04 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.