maciejkrol / ipapicom
There is no license information available for the latest version (v1.0) of this package.
A very simple PHP library for handling http://ip-api.com/
v1.0
2016-04-08 08:28 UTC
This package is not auto-updated.
Last update: 2024-11-21 01:19:03 UTC
README
Simple PHP wrapper for http://ip-api.com/
Installation
Package is available on Packagist, you can install it using Composer.
composer require maciejkrol/ipapicom
Basic usage
use maciejkrol\ipapicom; $ipapi = new ipapi ('ACCESS KEY'); $location = $ipapi->locate ('127.0.0.1');