sunnysideup / geoip
There is no license information available for the latest version (3.0.0) of this package.
GeoIP module for SilverStripe.
Package info
github.com/sunnysideup/silverstripe-geoip
Type:silverstripe-vendormodule
pkg:composer/sunnysideup/geoip
3.0.0
2023-07-11 01:37 UTC
Requires
- silverstripe/recipe-cms: ^4.0 || ^5.0
This package is auto-updated.
Last update: 2026-02-24 04:22:10 UTC
README
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.