2017 © Pedro Peláez
 

library dynamicdns

Dynamic DNS update client and library

image

z38/dynamicdns

Dynamic DNS update client and library

  • Tuesday, January 6, 2015
  • by z38
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DynamicDns

Build Status, (*1)

DynamicDns contains dynamic DNS updater utility (called ddns-updater). In addition, it allows users to write their custom Dynamic DNS updater by providing an easy-to-use API., (*2)

<?php

require __DIR__.'/vendor/autoload.php';

$host = 'yourhostname.ddns.net';
$ip = '173.194.66.100';
$credentials = array(
    'username' => 'foo',
    'password' => 'bar'
);

$provider = new Z38\DynamicDns\Provider\NoIp();
$provider->update($host, $ip, $credentials);

ddns-updater

Simply invoke ./bin/ddns-updater to get a list of the commands available., (*3)

License

MIT, (*4)

The Versions

06/01 2015

dev-master

9999999-dev

Dynamic DNS update client and library

  Sources   Download

MIT

The Requires

 

The Development Requires

ddns dynamic dns dyndns

06/01 2015

0.1.1

0.1.1.0

Dynamic DNS update client and library

  Sources   Download

MIT

The Requires

 

The Development Requires

ddns dynamic dns dyndns

05/01 2015

0.1.0

0.1.0.0

Dynamic DNS update client and library

  Sources   Download

MIT

The Requires

 

The Development Requires

ddns dynamic dns dyndns