2017 © Pedro Peláez
 

library dnsbl

check ip for blacklisting

image

pfitzer/dnsbl

check ip for blacklisting

  • Wednesday, November 16, 2016
  • by pfitzer
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

CI Code Climate Issue Count Packagist, (*1)

DNSBL

check ip for blacklisting, (*2)

install

composer require pfitzer/dnsbl, (*3)

"require": {
    "pfitzer/dnsbl": "*"
}

usage

$dnsbl = new Dnsbl();

try {
    $result = $dnsbl->lookup('127.0.0.1');
} catch (\InvalidArgumentException $e) {
    # do something
}

contribute

feel free to do so, (*4)

install dev dependencies

composer install

run unit tests

docker build -t dnsbl
docker run --rm dnsbl

The Versions

16/11 2016

dev-master

9999999-dev

check ip for blacklisting

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michael Pfister

dnsbl

03/11 2016

0.4

0.4.0.0

check ip for blacklisting

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michael Pfister

dnsbl

14/10 2016

0.3

0.3.0.0

check ip for blacklisting

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michael Pfister

dnsbl

11/10 2016

0.2.3

0.2.3.0

check ip for blacklisting

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michael Pfister

dnsbl

11/10 2016

0.2.2

0.2.2.0

check ip for blacklisting

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michael Pfister

dnsbl

11/10 2016

0.2.1

0.2.1.0

check ip for blacklisting

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michael Pfister

dnsbl

11/10 2016

0.2

0.2.0.0

check ip for blacklisting

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michael Pfister

dnsbl

11/10 2016

0.1

0.1.0.0

check ip for blacklisting

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michael Pfister

dnsbl