steffenkong/location-ip

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

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

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

This package is auto-updated.

Last update: 2024-09-06 14:28:36 UTC


README

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

调用的方法

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