Skip to content

Commit ec90e9f

Browse files
authored
update readme
1 parent 9ccffaa commit ec90e9f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
CodeIgniter IP2Location Library
22
===============================
33

4+
This module enables users to retrieve below geolocation information from an IP address. It supports both the IPv4 and IPv6 address.
5+
6+
* Country
7+
* Region
8+
* City
9+
* Latitude & Longitude
10+
* ZIP Code
11+
* Time Zone
12+
* Area Code
13+
* Net Speed
14+
* ISP
15+
* Domain
16+
* Mobile Information
17+
* Weather Station Information
18+
* Elevation
19+
* Usage Type
20+
21+
This module requires IP2Location BIN database to function. You may download the BIN database at the below link
22+
* IP2Location LITE BIN Database (free): http://lite.ip2location.com
23+
* IP2Location BIN Database (commercial version with high accuracy): http://www.ip2location.com
24+
25+
426
Installation
527
------------
628
Upload `controllers` and `libraries` to CondeIngniter `application` folder.
@@ -38,4 +60,4 @@ Methods
3860
$mnc = $this->ip2location_lib->getMNC($ip);
3961
$mobileCarrierName = $this->ip2location_lib->getMobileCarrierName($ip);
4062
$elevation = $this->ip2location_lib->getElevation($ip);
41-
$usageType = $this->ip2location_lib->getUsageType($ip);
63+
$usageType = $this->ip2location_lib->getUsageType($ip);

0 commit comments

Comments
 (0)