{ "name": "geoip2/geoip2", "description": "MaxMind GeoIP2 PHP API", "keywords": ["geoip", "geoip2", "geolocation", "ip", "maxmind"], "homepage": "https://github.com/maxmind/GeoIP2-php", "type": "library", "license": "Apache-2.0", "authors": [ { "name": "Gregory J. Oschwald", "email": "goschwald@maxmind.com", "homepage": "http://www.maxmind.com/" } ], "require": { "guzzle/guzzle": "3.*", "maxmind-db/reader": "~1.0", "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "4.2.*", "satooshi/php-coveralls": "dev-master" }, "autoload": { "psr-0": { "GeoIp2": "src/", "JsonSerializable": "compat/" } } }