PHPackages                             gerardtoko/blacklist-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. [Security](/categories/security)
4. /
5. gerardtoko/blacklist-bundle

ActiveSymfony-bundle[Security](/categories/security)

gerardtoko/blacklist-bundle
===========================

Symfony 2 bundle for the Black list IP in your application

735PHP

Since Jan 22Pushed 13y ago1 watchersCompare

[ Source](https://github.com/gerardtoko/GTBlackListBundle)[ Packagist](https://packagist.org/packages/gerardtoko/blacklist-bundle)[ RSS](/packages/gerardtoko-blacklist-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

GTBlackListBundle
=================

[](#gtblacklistbundle)

Symfony2 bundle for the Black list IP in your application

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

[](#installation)

### Download GTBlackListBundle using composer

[](#download-gtblacklistbundle-using-composer)

Add GTBlackListBundle in your composer.json:

```
{
    "require": {
        "gerardtoko/blacklist-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update gerardtoko/blacklist-bundle
```

Composer will install the bundle to your project's `vendor/gerardtoko/blacklist-bundle` directory.

### Register the bundle

[](#register-the-bundle)

You must register the bundle in your kernel:

```
