dev-master
9999999-dev https://github.com/Whoisdoma/DNSParser/Preferm DNS lookups for domains
MIT
The Requires
php dns whois dnsparser domain dns
Wallogit.com
2017 © Pedro Peláez
Preferm DNS lookups for domains
Lookup dns records for domains, (*1)
Copyright (c) 2016 XAOS Interactive (http://xaosia.com) | Whoisdoma (http://whoisdoma.com), (*2)
Licensed under the MIT License (the "License")., (*3)
Installing using composer:, (*4)
composer require whoisdoma/dnsparser composer require whoisdoma/domainparser
Installing from source: git clone git://github.com/Whoisdoma/DNSParser.git or download the latest release, (*5)
See Whoisdoma Domain Parser (http://github.com/Whoisdoma/DomainParser) or download the latest release and install it as well., (*6)
Move the source code to your preferred project folder., (*7)
require_once 'DomainParser/Parser.php'; require_once 'DNSParser/Parser.php';
use Whoisdoma\DomainParser\Parser as DomainParser; use Whoisdoma\DNSParser\Parser as DNSParser;
$Parser = new Whoisdoma\DNSParser\Parser();
$result = $Parser->lookup($domain);
echo $result->created; // get create date of domain name print_r($result->rawdata); // get raw output as array
$Parser->setFormat('json');
$Parser = new Whoisdoma\DNSParser\Parser('json');
$Parser->setDateFormat('%d.%m.%Y %H:%M:%S');
We are using our own Domain Parser: * Whoisdoma: http://github.com/Whoisdoma/DomainParser (Version 1.0.0 and above), (*8)
See ChangeLog at https://github.com/Whoisdoma/DNSParser/blob/master/CHANGELOG.md, (*9)
Please report any issues via https://github.com/Whoisdoma/DNSParser/issues, (*10)
Copyright (c) 2016 XAOS Interactive (http://xaosia.com) | Whoisdoma (http://whoisdoma.com), (*11)
License: https://github.com/Whoisdoma/DNSParser/blob/master/LICENSE, (*12)
Preferm DNS lookups for domains
MIT
php dns whois dnsparser domain dns