zjj/location-ip

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

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zjj/location-ip

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

This package is auto-updated.

Last update: 2025-10-12 16:50:10 UTC


README

Location IP

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