PHPackages                             raindrop/geoip-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. raindrop/geoip-bundle

ActiveSymfony-bundle

raindrop/geoip-bundle
=====================

Raindrop GeoIP Symfony2 Bundle with Maxmind data source

01.03.00(13y ago)42361[1 issues](https://github.com/raindropdevs/RaindropGeoipBundle/issues)MITPHPPHP &gt;=5.3.3

Since Jan 31Pushed 13y ago3 watchersCompare

[ Source](https://github.com/raindropdevs/RaindropGeoipBundle)[ Packagist](https://packagist.org/packages/raindrop/geoip-bundle)[ Docs](https://github.com/raindropdevs)[ RSS](/packages/raindrop-geoip-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

Raindrop GeoIp Bundle
=====================

[](#raindrop-geoip-bundle)

[![Build Status](https://camo.githubusercontent.com/df2c9c2e31141f63f3561deb584881d256a0ddba64170bd210ae4c919baaa11a/68747470733a2f2f7472617669732d63692e6f72672f7261696e64726f70646576732f5261696e64726f7047656f697042756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/raindropdevs/RaindropGeoipBundle)

To install this bundle please follow the next steps:

First add the dependency to your `composer.json` file:

```
"require": {
    ...
    "raindrop/geoip-bundle": "dev-master"
},

```

Then install the bundle with the command:

```
php composer.phar update

```

Enable the bundle in your application kernel:

```
