andreas-weber/php-dyndns

A PHP based DynDNS library

dev-master 2014-04-03 22:19 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:41:12 UTC


README

A PHP based DynDNS library

Supported domain providers

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