Download the PHP package netstyler/cakephp-geoip without Composer
On this page you can find all versions of the php package netstyler/cakephp-geoip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download netstyler/cakephp-geoip
More information about netstyler/cakephp-geoip
Files in netstyler/cakephp-geoip
Package cakephp-geoip
Short Description GeoIP Plugin
License MIT
Homepage https://github.com/netstyler/CakePHP-GeoIP-Plugin
Informations about the package cakephp-geoip
CakePHP GeoIP Plugin
A CakePHP Plugin for finding a location based on an IP Address using the MaxMind GeoIP database and the PEAR Net_GeoIP package.
See also
http://www.maxmind.com/app/ip-location http://pear.php.net/package/Net_GeoIP/ http://pear.php.net/manual/en/package.networking.net-geoip.lookuplocation.php
Installation
- Copy the plugin to app/Plugin/GeoIp
- Download the MaxMind GeoLite City Database at http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
- Uncompress the database to app/Plugin/GeoIp/data/GeoIP.dat
Usage
Just load the behavior
You can then call:
Contributing to this Plugin
Please feel free to contribute to the plugin with new issues, requests, unit tests and code fixes or new features. If you want to contribute some code, create a feature branch from develop, and send us your pull request. Unit tests for new features and issues detected are mandatory to keep quality high.
License
Licensed under The MIT License
Redistributions of files must retain the above copyright notice.