An open API service indexing awesome lists of open source software.

https://github.com/ip2location/ip2location-io-php

IP2Location.IO PHP SDK allows user to query for an enriched data set based on IP address and provides WHOIS lookup api that helps users to obtain domain information.
https://github.com/ip2location/ip2location-io-php

Last synced: over 1 year ago
JSON representation

IP2Location.IO PHP SDK allows user to query for an enriched data set based on IP address and provides WHOIS lookup api that helps users to obtain domain information.

Awesome Lists containing this project

README

          

IP2Location.io PHP SDK
========================
[![Latest Stable Version](https://img.shields.io/packagist/v/ip2location/ip2location-io-php.svg)](https://packagist.org/packages/ip2location/ip2location-io-php)
[![Total Downloads](https://img.shields.io/packagist/dt/ip2location/ip2location-io-php.svg?style=flat-square)](https://packagist.org/packages/ip2location/ip2location-io-php)

This PHP module enables user to query for an enriched data set, such as country, region, district, city, latitude & longitude, ZIP code, time zone, ASN, ISP, domain, net speed, IDD code, area code, weather station data, MNC, MCC, mobile brand, elevation, usage type, address type, advertisement category and proxy data with an IP address. It supports both IPv4 and IPv6 address lookup.

This module also provides WHOIS lookup API that helps users to obtain domain information, WHOIS record, by using a domain name. The WHOIS API returns a comprehensive WHOIS data such as creation date, updated date, expiration date, domain age, the contact information of the registrant, mailing address, phone number, email address, nameservers the domain is using and much more.

There is also a Hosted Domain API that allowing users to get the list of hosted domain names by IP address in real time. The REST API supports both IPv4 and IPv6 address lookup.

This module requires API key to function. You may sign up for a free API key at https://www.ip2location.io/pricing.

Developer Documentation
=====================

To learn more about installation, usage, and code examples, please visit the developer documentation at [https://ip2location-io-php.readthedocs.io/en/latest/index.html](https://ip2location-io-php.readthedocs.io/en/latest/index.html).

LICENCE
=====================
See the LICENSE file.