2017 © Pedro Peláez
 

library dnsrecords

image

sapistudio/dnsrecords

  • Sunday, July 29, 2018
  • by maharbig
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 12 % Grown

The README.md

Check ip or domain against blacklists

use SapiStudio\Domain\DnsQuerifier;

DnsQuerifier::blacklistLookup($ipValue);

Get all DNS records for a domain

DnsQuerifier::hostLookup($domainName);

Check DMARC record

$dmarc = DnsQuerifier::make($domainName)
$dmarc->getDmarcRecord()
$dmarc->hasDmarc()

Check SPF record

$dmarc = DnsQuerifier::make($domainName)
$dmarc->getSpfRecord()
$dmarc->hasSpf()

Initialize querifier with a custom getter(dig or php)

//load all records
$querifier = DnsQuerifier::dnsLoad($domainName,Querifier::GETTER_PHP);//or Querifier::GETTER_DIG
//get txt entries
$querifier->getTxtRecords();

Whois data

```php use SapiStudio\Domain\Whois;, (*1)

Whois::load('example.com')->getWhois();, (*2)

The Versions

29/07 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

29/07 2018

1.3.2

1.3.2.0

  Sources   Download

MIT

The Requires

 

27/07 2018

1.3.1

1.3.1.0

  Sources   Download

MIT

The Requires

 

26/07 2018

1.3

1.3.0.0

  Sources   Download

MIT

The Requires

 

20/04 2018

1.2.4

1.2.4.0

  Sources   Download

MIT

The Requires

 

20/04 2018

1.2.3

1.2.3.0

  Sources   Download

MIT

The Requires

 

09/03 2018

1.2.2

1.2.2.0

  Sources   Download

MIT

The Requires

 

30/10 2017

1.2

1.2.0.0

  Sources   Download

MIT

The Requires

 

30/10 2017

1.1

1.1.0.0

  Sources   Download

MIT

The Requires

 

14/10 2017

1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

25/08 2017

2.1

2.1.0.0

  Sources   Download

MIT

The Requires

 

25/08 2017

2.0

2.0.0.0

  Sources   Download

MIT

The Requires