You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IPGeolocation API is the solution to identify country code (ISO2 and ISO3 standard), country name, continent code, continent name, country capital, state/province, district, city, zip code, latitude and longitude of city, is country belongs to Europian Union, calling code, top level domain (TLD), languages, country flag, internet service provider (ISP), connection type, organization, geoname ID, currency code, currency name, time zone ID, time zone offset, current time in the time zone, is time zone in daylight saving time, and total daylight savings. This document provides important information to help you get up to speed with IPGeolocation API using IP Geolocation API PHP SDK.
5
6
6
7
Developers can use this PHP SDK for software and web projects related to, but not limited to:
@@ -18,35 +19,105 @@ In this document, you will go through the basic steps to use IP Geolocation API
18
19
You need a valid 'IPGeolocation API key' to use this SDK. [Sign up](https://ipgeolocation.io/signup) here and get your free API key if you don't have one.
19
20
20
21
## System Requirements
22
+
21
23
Internet connection is required to run this component.
22
24
23
25
## Basic Usage
26
+
24
27
Call method **get_location($apikey, $clientIp)** passing *IP address (optional)* and *API key* as parameters and it will return IP Geolocation API response.
25
28
Note: If you want IP to geolocation for the machine calling IPGeolocation API, leave out the *IP address* parameter.
0 commit comments