rido / mijndomeinreseller
PHP Client for the MijnDomeinReseller API
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 4
Open Issues: 2
pkg:composer/rido/mijndomeinreseller
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is not auto-updated.
Last update: 2025-12-21 01:56:50 UTC
README
PHP Client for the MDR API.
This develop branch is the new modern PHP client for the MDR API. I'm currently working on this version.
Contributors
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
- Contact
- Dns
- DnsRecord
- DnsSec
- DnsSecRecord
- DnsTemplates
- Domain
- Nameserver
- NameserverGlue
- NewGtld
- Tld
- Transfer
- Whois
More information
https://www.mijndomeinreseller.nl/api/
License
The MijnDomeinReseller PHP Client is open-sourced software licensed under the MIT license