steffenkong/location-ip

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

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

Maintainers

Package info

github.com/SteffenKong/LocationIP

pkg:composer/steffenkong/location-ip

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-06 17:47:20 UTC


README

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

调用的方法

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