PHPackages                             webeith/dnsbl-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webeith/dnsbl-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

webeith/dnsbl-bundle
====================

Dnsbl bundle for Symfony2

026PHP

Since Apr 7Pushed 12y ago1 watchersCompare

[ Source](https://github.com/webeith/DnsblBundle)[ Packagist](https://packagist.org/packages/webeith/dnsbl-bundle)[ RSS](/packages/webeith-dnsbl-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

DnslBundle
==========

[](#dnslbundle)

[![License](https://camo.githubusercontent.com/56e12c195b7f140c0ebd3f180d8f6b332500a37b75189621b3fc0fe6209b3f2d/68747470733a2f2f706f7365722e707567782e6f72672f776562656974682f646e73626c2f6c6963656e73652e706e67)](https://packagist.org/packages/webeith/dnsbl)[![Total Downloads](https://camo.githubusercontent.com/f7d74e63f619b630917409a71b5e2ed204db249dabf5d3c06b30591af4d13012/68747470733a2f2f706f7365722e707567782e6f72672f776562656974682f646e73626c2d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/webeith/dnsbl-bundle)

- [See how to use service](http://github.com/webeith/dnsbl)

Usage Example
-------------

[](#usage-example)

```
$this->getContainer()->get('dnsbl');
```

Installation
------------

[](#installation)

### Install via Composer

[](#install-via-composer)

Add the following lines to your `composer.json` file and then run `php composer.phar install` or `php composer.phar update`:

```
{
    "require": {
        "webeith/dnsbl-bundle": "dev-master"
    }
}
```

### Register the bundle

[](#register-the-bundle)

To start using the bundle, register it in `app/AppKernel.php`:

```
public function registerBundles()
{
    $bundles = array(
        // Other bundles...
        new Webeith\DnsblBundle\WebeithDnsblBundle(),
    );
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[roxblnfk/unpoly

Remove unnecessary PHP polyfills

4117.7k5](/packages/roxblnfk-unpoly)

PHPackages © 2026

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