junstyle/geoip

Maxmind GeoLite2 wrapper

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 7

pkg:composer/junstyle/geoip

v1.1 2021-01-30 02:36 UTC

This package is auto-updated.

Last update: 2025-11-29 03:10:14 UTC


README

Returns country information in JSON format for a given IP address.

Usage:

php index.php <ip_address>

Example output:

$ php index.php 63.245.215.20
{"locale_code":"en","continent_code":"NA","continent_name":"North America","country_iso_code":"US","country_name":"United States","ip_address":"63.245.215.20"}

Using Docker:

docker run alias/geoip <ip_address>