symfony-bundle dnsbl-bundle
Dnsbl bundle for Symfony2
webeith/dnsbl-bundle
Dnsbl bundle for Symfony2
- Monday, April 7, 2014
- by webeith
- Repository
- 1 Watchers
- 0 Stars
- 19 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
DnslBundle
, (*1)
Usage Example
``` php
$this->getContainer()->get('dnsbl');, (*2)
## Installation
### Install via Composer
Add the following lines to your `composer.json` file and then run `php composer.phar install` or `php composer.phar update`:
```json
{
"require": {
"webeith/dnsbl-bundle": "dev-master"
}
}
Register the bundle
To start using the bundle, register it in app/AppKernel.php
:, (*3)
public function registerBundles()
{
$bundles = array(
// Other bundles...
new Webeith\DnsblBundle\WebeithDnsblBundle(),
);
}
dev-master
9999999-dev
Dnsbl bundle for Symfony2
Sources
Download
MIT
The Requires
by
webeith
dnsbl