-
Notifications
You must be signed in to change notification settings - Fork 0
/
ip2location.json
124 lines (124 loc) · 4.96 KB
/
ip2location.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"category": "Networking",
"deprecated": false,
"description": "This PECL extension enables you to get the geo location information of an IP address, such as country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type.",
"latestReleaseDate": "2023-06-12T07:47:01+00:00",
"latestVersion": "8.2.0",
"license": "PHP License",
"name": "ip2location",
"php8Mentioned": false,
"releases": {
"8.2.0": {
"version": "8.2.0",
"state": "stable",
"license": "PHP-3.01",
"releasedBy": "ip2location",
"releaseDate": "2023-06-12T07:47:01+00:00",
"releaseNotes": "added district, asn and as.",
"get": "https://pecl.php.net/get/ip2location-8.2.0",
"SPDX-License-Identifier": null
},
"8.1.2": {
"version": "8.1.2",
"state": "stable",
"license": "PHP License",
"releasedBy": "ip2location",
"releaseDate": "2022-07-29T06:58:49+00:00",
"releaseNotes": "added address type and category.",
"get": "https://pecl.php.net/get/ip2location-8.1.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"8.1.1": {
"version": "8.1.1",
"state": "stable",
"license": "PHP License",
"releasedBy": "ip2location",
"releaseDate": "2020-11-20T00:18:12+00:00",
"releaseNotes": "fix process memory issue.",
"get": "https://pecl.php.net/get/ip2location-8.1.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"8.1.0": {
"version": "8.1.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "ip2location",
"releaseDate": "2020-11-19T08:53:55+00:00",
"releaseNotes": "update to match libip2location changes.",
"get": "https://pecl.php.net/get/ip2location-8.1.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"8.0.1": {
"version": "8.0.1",
"state": "stable",
"license": "PHP License",
"releasedBy": "ip2location",
"releaseDate": "2017-11-08T00:45:45+00:00",
"releaseNotes": "fix license issue",
"get": "http://pecl.php.net/get/ip2location-8.0.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"8.0.0": {
"version": "8.0.0",
"state": "stable",
"license": "PHP",
"releasedBy": "ip2location",
"releaseDate": "2017-11-07T03:16:33+00:00",
"releaseNotes": "* support PHP7 and bug fixes",
"get": "http://pecl.php.net/get/ip2location-8.0.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"6.0.4": {
"version": "6.0.4",
"state": "stable",
"license": "PHP",
"releasedBy": "ip2location",
"releaseDate": "2014-11-18T20:18:12+00:00",
"releaseNotes": "* new release",
"get": "http://pecl.php.net/get/ip2location-6.0.4",
"SPDX-License-Identifier": "PHP-3.01"
},
"6.0.3": {
"version": "6.0.3",
"state": "stable",
"license": "PHP",
"releasedBy": "ip2location",
"releaseDate": "2014-11-18T02:01:05+00:00",
"releaseNotes": "* new release",
"get": "http://pecl.php.net/get/ip2location-6.0.3",
"SPDX-License-Identifier": "PHP-3.01"
},
"6.0.2": {
"version": "6.0.2",
"state": "stable",
"license": "PHP",
"releasedBy": "ip2location",
"releaseDate": "2014-11-18T01:03:06+00:00",
"releaseNotes": "* new release",
"get": "http://pecl.php.net/get/ip2location-6.0.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"6.0.1": {
"version": "6.0.1",
"state": "stable",
"license": "PHP",
"releasedBy": "ip2location",
"releaseDate": "2013-09-17T04:26:55+00:00",
"releaseNotes": "* new release",
"get": "http://pecl.php.net/get/ip2location-6.0.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"6.0.0": {
"version": "6.0.0",
"state": "stable",
"license": "PHP",
"releasedBy": "ip2location",
"releaseDate": "2013-09-17T02:52:16+00:00",
"releaseNotes": "* new release",
"get": "http://pecl.php.net/get/ip2location-6.0.0",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "Get geo location information of an IP address",
"SPDX-License-Identifier": "PHP-3.01"
}