zjj/location-ip

支持高德、腾讯位置服务IP定位

dev-main 2023-09-12 11:38 UTC

This package is auto-updated.

Last update: 2024-09-12 14:17:37 UTC


README

Location IP

// 网站访问IP获取
$response = (new LocationIP([
    'pt' => 'gd', // tx 腾讯 gd 高德
    'key' => 'xxx'
]))->getLocation($ip);