PHPackages                             greenpeace-cee/maxmind-geoip - 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. greenpeace-cee/maxmind-geoip

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

greenpeace-cee/maxmind-geoip
============================

MaxMind GeoIP Bundle

v1.0.6(1y ago)038BSD-2-ClausePHPPHP &gt;=5.3 || ^7.0 || ^8.0CI failing

Since Mar 9Pushed 1y agoCompare

[ Source](https://github.com/greenpeace-cee/maxmind-geoip)[ Packagist](https://packagist.org/packages/greenpeace-cee/maxmind-geoip)[ RSS](/packages/greenpeace-cee-maxmind-geoip/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Maxmind GeoIp Library
=====================

[](#maxmind-geoip-library)

Symfony bundle to easily use maxmind geoip bundle.

[![SensioLabsInsight](https://camo.githubusercontent.com/42eda82e11af881720227404007802987baefb754d643800be35d46588f43615/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66383533383333622d316234362d343238302d613361612d3363396138623763376564372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/f853833b-1b46-4280-a3aa-3c9a8b7c7ed7)[![Build](https://camo.githubusercontent.com/c35c852a5a82fc7c0fb8220f01de3577a3e4b1ba6cdcd0446e062896c78ed402/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f494443492d436f6e73756c74696e672f4d61786d696e642d47656f49702e7376673f7374796c653d666c6174)](https://travis-ci.org/IDCI-Consulting/Maxmind-GeoIp)

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

[](#installation)

To install this library please follow the next steps:

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

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

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
