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/

Maintainers

Package info

github.com/MaciejKrol/ip-api-com

Issues

pkg:composer/maciejkrol/ipapicom

Statistics

Installs: 41 875

Dependents: 0

Suggesters: 0

Stars: 1

v1.0 2016-04-08 08:28 UTC

This package is not auto-updated.

Last update: 2026-03-12 07:38:03 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');