thefunpower/get_geo_by_ip

IP地址解析为地址

v2.1.3 2023-11-29 03:55 UTC

This package is auto-updated.

Last update: 2024-04-29 05:16:34 UTC


README

根据IP获取城市信息

安装

composer require thefunpower/get_geo_by_ip

调用

$arr = get_geo_by_ip('116.233.91.158');
print_r($arr); 

返回

Array
(
    [title] => China
    [title_cn] => 中国
    [city] => Shanghai
    [city_cn] => 上海
    [lat] => 31.2222
    [lng] => 121.4581
    [isoCode] => CN
)

GeoLite LICENSE

CC Attribution-ShareAlike 4.0

GeoLite.mmdb

wp-statistics/GeoLite2-City

P3TERX/GeoLite

LICENSE

Apache License 2.0