2017 © Pedro Peláez
 

library mijndomeinreseller

PHP Client for the MijnDomeinReseller API

image

rido/mijndomeinreseller

PHP Client for the MijnDomeinReseller API

  • Monday, March 12, 2018
  • by Rido
  • Repository
  • 1 Watchers
  • 2 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

MijnDomeinReseller (MDR)

Build Status StyleCI Github all releases License, (*1)

PHP Client for the MDR API., (*2)

This develop branch is the new modern PHP client for the MDR API. I'm currently working on this version., (*3)

Contributors

Rido Bedrijfsportaal, (*4)

Usage

<?php

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

$username = '';
$password = '';

$connection = new \Rido\MDR\Connection();
$connection->setUsername($username);
$connection->setPassword($password);

$mdr = new \Rido\MDR\MijnDomeinReseller($connection);

$domain = $mdr->domain();

$domains = $domain->get();

// Array with all the registered domains
var_dump($domains); 

Todo

  • [ ] Billing
  • [x] Contact
  • [x] Dns
  • [x] DnsRecord
  • [x] DnsSec
  • [x] DnsSecRecord
  • [x] DnsTemplates
  • [x] Domain
  • [x] Nameserver
  • [ ] NameserverGlue
  • [ ] NewGtld
  • [x] Tld
  • [x] Transfer
  • [x] Whois

More information

https://www.mijndomeinreseller.nl/api/, (*5)

License

The MijnDomeinReseller PHP Client is open-sourced software licensed under the MIT license, (*6)

The Versions

12/03 2018

dev-master

9999999-dev https://github.com/Rido/MijnDomeinReseller

PHP Client for the MijnDomeinReseller API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Doorakkers
by MijnDomeinReseller

api php mijndomeinreseller mdr

05/10 2016

dev-develop

dev-develop https://github.com/Rido/MijnDomeinReseller

PHP Client for the MijnDomeinReseller API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Doorakkers
by MijnDomeinReseller

api php mijndomeinreseller mdr

30/01 2016

v0.0.1

0.0.1.0 https://github.com/Rido/MijnDomeinReseller

PHP Client for the MijnDomeinReseller API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Rick Doorakkers
by MijnDomeinReseller

api php mijndomeinreseller mdr