silverstripe/geoip
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.1.0) of this package.
GeoIP module for SilverStripe.
Maintainers
Package info
github.com/silverstripe-archive/silverstripe-geoip
Type:silverstripe-module
pkg:composer/silverstripe/geoip
0.1.0
2016-03-07 20:40 UTC
Requires
- silverstripe/framework: >=2.4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License 53f2107192e73c2786f086324e4df949e4b17a1a
- Sean Harvey <sean.woop@silverstripe.com>
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.
