2017 © Pedro Peláez
 

library phpdnsrbl

simple DNSRBL lookup

image

mhoffmann/phpdnsrbl

simple DNSRBL lookup

  • Friday, May 19, 2017
  • by mhoffmann
  • Repository
  • 1 Watchers
  • 1 Stars
  • 409 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 53 % Grown

The README.md

dnsrbl

, (*1)

Simple DNSRBL lookup forked from jbboehr/dnsbl.php, (*2)

Installation

With composer, (*3)

{
    "require": {
        "mhoffmann/dnsrbl": "0.1.*"
    }
}

Usage

$rbl = new DNSRBL(
    array(
        'dnsbl' => array(
            'sbl.spamhaus.org'
        ),
        'surbl' => array(
            'dbl.spamhaus.org'
        )
    )
);

//checks the surbl
var_export($rbl->isListed('dbltest.com')); echo ";\n";

//checks the dnsbl
var_export($rbl->getListingBlacklists('127.0.0.2')); echo ";\n";
true;
array (
  0 => 'sbl.spamhaus.org',
);

License

This project is licensed under the PHP license., (*4)

The Versions

19/05 2017

dev-master

9999999-dev http://github.com/mhoffmann/phpdnsrbl

simple DNSRBL lookup

  Sources   Download

PHP

The Requires

 

The Development Requires

by Marvin Hoffmann

rbl surbl dnsbl

19/05 2017

0.1.1

0.1.1.0 http://github.com/mhoffmann/phpdnsrbl

simple DNSRBL lookup

  Sources   Download

PHP

The Requires

 

The Development Requires

by Marvin Hoffmann

rbl surbl dnsbl

26/04 2017

0.1.0

0.1.0.0 http://github.com/mhoffmann/phpdnsrbl

simple DNSRBL lookup

  Sources   Download

PHP

The Requires

 

The Development Requires

by Marvin Hoffmann

rbl surbl dnsbl