steffenkong/location-ip

There is no license information available for the latest version (dev-main) of this package.

一款基于高德地图的IP定位工具

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/steffenkong/location-ip

dev-main 2021-01-06 05:48 UTC

This package is auto-updated.

Last update: 2025-10-06 17:02:13 UTC


README

一款基于高德地图的IP定位软件

调用的方法

<?php
 $data = (LocationIP::instance(APPKEY))->setHttpClientOptions([
        'timeout' => 2.0,
    ])->getLocation(IP地址);