|
2 | 2 |
|
3 | 3 | ## Introduction |
4 | 4 |
|
5 | | -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 | +[IPGeolocation API](https://ipgeolocation.io) 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. |
6 | 6 |
|
7 | 7 | Developers can use this PHP SDK for software and web projects related to, but not limited to: |
8 | 8 |
|
9 | | -* Display native language and currency |
10 | | -* Redirect based on the country |
11 | | -* Digital rights management |
12 | | -* Web log stats and analysis |
13 | | -* Auto-selection of country, state/province and city on forms |
14 | | -* Filter access from countries you do not do business with |
15 | | -* Geo-targeting for increased sales and click-through |
| 9 | +1. Display native language and currency |
| 10 | +2. Redirect based on the country |
| 11 | +3. Digital rights management |
| 12 | +4. Web log stats and analysis |
| 13 | +5. Auto-selection of country, state/province and city on forms |
| 14 | +6. Filter access from countries you do not do business with |
| 15 | +7. Geo-targeting for increased sales and click-through |
16 | 16 |
|
17 | 17 | ## Quick Start Guide |
18 | | -In this document, you will go through the basic steps to use IP Geolocation API PHP SDK. |
| 18 | + |
19 | 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. |
20 | 20 |
|
| 21 | +**Note:** Complete documentation to use this SDK is also available at [IP Geolocation API PHP SDK Documentation](https://ipgeolocation.io/documentation/ip-geolocation-api-php-sdk-201809051255). |
| 22 | + |
21 | 23 | ## System Requirements |
22 | 24 |
|
23 | 25 | Internet connection is required to run this component. |
|
0 commit comments