2017 © Pedro Peláez
 

silverstripe-module silverstripe-regional-maxmind-geoip2

Driver allowing the SilverStripe-Regional module to pull data from Maxmind using GeoIP2

image

marketo/silverstripe-regional-maxmind-geoip2

Driver allowing the SilverStripe-Regional module to pull data from Maxmind using GeoIP2

  • Monday, February 22, 2016
  • by nathanbrauer
  • Repository
  • 13 Watchers
  • 3 Stars
  • 1,162 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Maintainer Contact

Kirk Mayo, (*1)

, (*2)

Requirements

  • SilverStripe 3.2
  • SilverStripe-Regional Module

SilverStripe-Regional-Maxmind-GeoIP2

Driver allowing the SilverStripe-Regional module to pull data from Maxmind using GeoIP2, (*3)

Composer Installation

composer require marketo/silverstripe-regional-maxmind-geoip2, (*4)

Config

You will need to set the location of the database files if they are in the default locations. This can be done by adding a couple of lines to the config.yml file as per the example below., (*5)

IPInfoCache:
  GeoPath: '/usr/share/GeoIP/GeoLite2-City.mmdb'
  GeoPathISP: '/usr/share/GeoIP/GeoIP2-ISP-Test.mmdb'

GeoIP database

You will neeed to retrive a databse for the module to work with this will need to be stored on the server and you may need to set the location of GeoPath under IPInfoCache in your config yml file. The free databases can be downloaded from here https://github.com/maxmind/GeoIP2-php You can also generate test databases with this module https://github.com/maxmind/MaxMind-DB, (*6)

API endpoints

The curent endpoint returns a JSON object giving location details for the IP address. The results default to json but they can also be returned as jsonp if this has been defined under the config for IPInfoCache, (*7)

http://YOURSITE/geoip/IPADDRESS
http://YOURSITE/geoip/IPADDRESS.json
http://YOURSITE/geoip/IPADDRESS.jsonp

TODO

Add tests Split up conection methods make it easy to use other connectors and dbs, (*8)

The Versions

22/02 2016

dev-master

9999999-dev

Driver allowing the SilverStripe-Regional module to pull data from Maxmind using GeoIP2

  Sources   Download

BSD-3-Clause

The Requires

 

by Kirk Mayo
by Nathan J. Brauer

11/12 2015

v0.1

0.1.0.0

Driver allowing the SilverStripe-Regional module to pull data from Maxmind using GeoIP2

  Sources   Download

BSD-3-Clause

The Requires

 

by Kirk Mayo
by Nathan J. Brauer