rido/mijndomeinreseller

MijnDomeinReseller API 的 PHP 客户端

v0.0.2 2018-11-07 12:56 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:52:57 UTC


README

Build Status StyleCI Github all releases License

MijnDomeinReseller API 的 PHP 客户端。

此开发分支是 MijnDomeinReseller API 的新现代 PHP 客户端。我目前正在此版本上工作。

贡献者

Rido Bedrijfsportaal

使用说明

<?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); 

待办事项

  • 计费
  • 联系方式
  • 域名系统
  • DnsRecord
  • DnsSec
  • DnsSecRecord
  • DnsTemplates
  • 域名
  • 域名服务器
  • 域名服务器粘合
  • 新通用顶级域名
  • 顶级域名
  • 转让
  • Whois

更多信息

https://www.mijndomeinreseller.nl/api/

许可证

MijnDomeinReseller PHP 客户端是开源软件,许可协议为 MIT 协议