Skip to content

Commit 37e2895

Browse files
Create composer.json
1 parent 2da2400 commit 37e2895

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "ip2location/ip2location-php-api",
3+
"type": "library",
4+
"description": "PHP module to geolocate the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation and usage type that any IP address or host name originates from.",
5+
"keywords": ["geolocation", "ip2location"],
6+
"homepage": "https://www.ip2location.com/",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "IP2Location",
11+
"email": "support@ip2location.com"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.3"
16+
},
17+
"autoload": {
18+
"classmap": [
19+
"class.IP2LocationAPI.php"
20+
]
21+
}
22+
}

0 commit comments

Comments
 (0)