Skip to content

Commit cccf5b2

Browse files
committed
Create composer.json
1 parent c2470e8 commit cccf5b2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "ip2location/codeigniter-ip2location",
3+
"description": "IP2Location library for CodeIgniter. Use IP2Location geolocation database to lookup the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage type that any IP address or hostname originates from.",
4+
"keywords": ["ip2location-bin-database", "geolocation-information", "codeigniter-ip2location", "ip-geolocation", "geolocation", "ip-lookup", "ip-address-database", "ip-database"],
5+
"homepage": "https://www.ip2location.com",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "IP2Location",
10+
"email": "[email protected]",
11+
"homepage": "https://www.ip2location.com"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)