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-05-08 22:25:51 UTC


README

Simple PHP wrapper for http://ip-api.com/

Installation

Latest Stable Version

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');