File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,16 @@ A valid `City/ISP/Org` or `Omni` service's api key is required.
250
250
This provider provides two constants ` CITY_EXTENDED_SERVICE ` by default and ` OMNI_SERVICE ` .
251
251
252
252
253
+ ### MaxMindBinaryProvider ###
254
+
255
+ The ` MaxMindBinaryProvider ` named ` maxmind_binary ` is able to geocode ** IPv4 and IPv6 addresses**
256
+ only. It requires a data file, and the [ geoip/geoip] ( https://packagist.org/packages/geoip/geoip )
257
+ package must be installed.
258
+
259
+ It is worth mentioning that this provider has ** serious performance issues** , and should ** not**
260
+ be used in production. For more information, please read [ issue #301 ] ( https://github.com/geocoder-php/Geocoder/issues/301 ) .
261
+
262
+
253
263
### GeonamesProvider ###
254
264
255
265
The ` GeonamesProvider ` named ` geonames ` is able to geocode and reverse geocode ** places** .
You can’t perform that action at this time.
0 commit comments