-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcomposer.json
17 lines (17 loc) · 899 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "ip2location/codeigniter-ip2location",
"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, usage type, IP address type and IAB advertising category from IP address using IP2Location database.",
"keywords": ["ip2location-bin-database", "geolocation-information", "codeigniter-ip2location", "ip-geolocation", "geolocation", "ip-lookup", "ip-address-database", "ip-database"],
"homepage": "https://www.ip2location.com",
"license": "MIT",
"authors": [
{
"name": "IP2Location",
"email": "[email protected]",
"homepage": "https://www.ip2location.com"
}
],
"require-dev": {
"phpunit/phpunit": "^9"
}
}