-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
17 lines (17 loc) · 902 Bytes
/
composer.json
File metadata and controls
17 lines (17 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "ip2location/ip2location-codeigniter4",
"description": "IP2Location library for CodeIgniter 4. 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": "support@ip2location.com",
"homepage": "https://www.ip2location.com"
}
],
"require-dev": {
"phpunit/phpunit": "^9"
}
}