alexs / iplocator

PHP IP 定位器

安装: 6

依赖: 0

建议者: 0

安全: 0

类型:php-classes

1.0.1-stable 2017-09-21 12:09 UTC

This package is auto-updated.

Last update: 2024-09-21 21:47:11 UTC


README

PHP IP 定位器

示例

<?php
use alexs\iplocator\Locator;

$ip = '5.57.95.255';
$Locator = new Locator($ip);
$response = $Locator->sendRequest();