PHPackages                             pfitzer/dnsbl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pfitzer/dnsbl

ActiveLibrary

pfitzer/dnsbl
=============

check ip for blacklisting

1.0.0(2y ago)1251MITPHPPHP &gt;=7.2.0

Since Oct 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pfitzer/dnsbl)[ Packagist](https://packagist.org/packages/pfitzer/dnsbl)[ RSS](/packages/pfitzer-dnsbl/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (9)Used By (0)

[![CI](https://github.com/pfitzer/dnsbl/actions/workflows/test.yml/badge.svg)](https://github.com/pfitzer/dnsbl/actions/workflows/test.yml) [![Code Climate](https://camo.githubusercontent.com/da05a6ab757ab7bfd3cb4c97124010a49b609722ea090b5f45482a6ca1c6b6d5/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f706669747a65722f646e73626c2f6261646765732f6770612e737667)](https://codeclimate.com/github/pfitzer/dnsbl) [![Issue Count](https://camo.githubusercontent.com/7ffa2a6ae79f12beec4fb69c3b6b0db4bd7cea3e502fa165771c93d0ad5c8c34/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f706669747a65722f646e73626c2f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/pfitzer/dnsbl) [![Packagist](https://camo.githubusercontent.com/80ba6e8185a156b1146ecc3d37d07672864c544ec86dc54136e43ee33959f591/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706669747a65722f646e73626c2e737667)](https://packagist.org/packages/pfitzer/dnsbl)

DNSBL
-----

[](#dnsbl)

check ip for blacklisting

install
-------

[](#install)

composer require pfitzer/dnsbl

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

```

usage
-----

[](#usage)

```
$dnsbl = new Dnsbl();

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

```

contribute
----------

[](#contribute)

feel free to do so

#### install dev dependencies

[](#install-dev-dependencies)

```
composer install

```

#### run unit tests

[](#run-unit-tests)

```
docker build -t dnsbl
docker run --rm dnsbl

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~364 days

Recently: every ~637 days

Total

8

Last Release

954d ago

Major Versions

0.4 → 1.0.02023-10-03

PHP version history (2 changes)0.1PHP &gt;=5.6.0

1.0.0PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/cdfa6ffeffadfdc8e758356d54e72716e35b7fb69581223768b2655250ce2f72?d=identicon)[pfitzer](/maintainers/pfitzer)

---

Top Contributors

[![pfitzer](https://avatars.githubusercontent.com/u/1109410?v=4)](https://github.com/pfitzer "pfitzer (4 commits)")

---

Tags

blacklistingdnsblphpdnsbl

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pfitzer-dnsbl/health.svg)

```
[![Health](https://phpackages.com/badges/pfitzer-dnsbl/health.svg)](https://phpackages.com/packages/pfitzer-dnsbl)
```

###  Alternatives

[jbboehr/dnsbl

DNSBL lookup

11359.8k1](/packages/jbboehr-dnsbl)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
