fixik/

通过IP获取地理位置

v0.0.1 2018-09-09 18:00 UTC

This package is auto-updated.

Last update: 2024-09-10 07:37:33 UTC


README

Laravel IP Geocoder

Total Downloads Latest Stable Version License

安装

composer require fixik/ipgeocoder

基本用法

$ip_info = new Fixik\Geocode\IpGeocode();
$ip_info->get('1.1.1.1');

许可证

Laravel IP Geocoder 是开源软件,遵循MIT许可证