silverstripe / geoip
GeoIP module for SilverStripe.
Installs: 32 441
Dependents: 0
Suggesters: 1
Security: 0
Stars: 11
Watchers: 17
Forks: 14
Open Issues: 5
Type:silverstripe-module
Requires
- silverstripe/framework: >=2.4.0
This package is not auto-updated.
Last update: 2024-07-10 21:54:52 UTC
README
GeoIP Module
Maintainer Contact
Sean Harvey (Nickname: sharvey, halkyon) <sean (at) silverstripe (dot) com>
Requirements
The GeoIP Binary
FreeBSD
cd /usr/ports/net/GeoIP
make install clean
Debian/Ubuntu
apt-get install geoip-bin geoip-database
CentOS/RHEL
yum install GeoIP GeoIP-data
Installation
composer require "silverstripe/geoip" "dev-master"
Features
This module provides the GeoIP class for resolving IP addresses to country codes.