alexs / iplocator
PHP IP locator
1.0.1-stable
2017-09-21 12:09 UTC
Requires
- php: >=5.0
- ext-curl: *
Requires (Dev)
- php: >=7.0.0
- phpunit/phpunit: ^6.2
This package is auto-updated.
Last update: 2025-03-21 23:02:34 UTC
README
PHP IP locator
Examples:
<?php
use alexs\iplocator\Locator;
$ip = '5.57.95.255';
$Locator = new Locator($ip);
$response = $Locator->sendRequest();