33## Description ##
44
55This package provides an API for the GeoIP2
6- [ web services] ( http ://dev.maxmind.com/geoip/geoip2/web-services) and
7- [ databases] ( http ://dev.maxmind.com/geoip/geoip2/downloadable) . The API also
6+ [ web services] ( https ://dev.maxmind.com/geoip/geoip2/web-services) and
7+ [ databases] ( https ://dev.maxmind.com/geoip/geoip2/downloadable) . The API also
88works with the free
9- [ GeoLite2 databases] ( http ://dev.maxmind.com/geoip/geoip2/geolite2/) .
9+ [ GeoLite2 databases] ( https ://dev.maxmind.com/geoip/geoip2/geolite2/) .
1010
1111## Install via Composer ##
1212
13- We recommend installing this package with [ Composer] ( http ://getcomposer.org/) .
13+ We recommend installing this package with [ Composer] ( https ://getcomposer.org/) .
1414
1515### Download Composer ###
1616
@@ -46,18 +46,18 @@ require 'vendor/autoload.php';
4646## Install via Phar ##
4747
4848Although we strongly recommend using Composer, we also provide a
49- [ phar archive] ( http ://php.net/manual/en/book.phar.php) containing most of the
49+ [ phar archive] ( https ://php.net/manual/en/book.phar.php) containing most of the
5050dependencies for GeoIP2. Our latest phar archive is available on
5151[ our releases page] ( https://github.com/maxmind/GeoIP2-php/releases ) .
5252
5353### Install Dependencies ###
5454
5555In order to use the phar archive, you must have the PHP
56- [ Phar extension] ( http ://php.net/manual/en/book.phar.php) installed and
56+ [ Phar extension] ( https ://php.net/manual/en/book.phar.php) installed and
5757enabled.
5858
5959If you will be making web service requests, you must have the PHP
60- [ cURL extension] ( http ://php.net/manual/en/book.curl.php)
60+ [ cURL extension] ( https ://php.net/manual/en/book.curl.php)
6161installed to use this archive. For Debian based distributions, this can
6262typically be found in the the ` php-curl ` package. For other operating
6363systems, please consult the relevant documentation. After installing the
@@ -326,15 +326,15 @@ Because of these factors, it is possible for any end point to return a record
326326where some or all of the attributes are unpopulated.
327327
328328See the
329- [ GeoIP2 Precision web service docs] ( http ://dev.maxmind.com/geoip/geoip2/web-services)
329+ [ GeoIP2 Precision web service docs] ( https ://dev.maxmind.com/geoip/geoip2/web-services)
330330for details on what data each end point may return.
331331
332332The only piece of data which is always returned is the ` ipAddress `
333333attribute in the ` GeoIp2\Record\Traits ` record.
334334
335335## Integration with GeoNames ##
336336
337- [ GeoNames] ( http ://www.geonames.org/) offers web services and downloadable
337+ [ GeoNames] ( https ://www.geonames.org/) offers web services and downloadable
338338databases with data on geographical features around the world, including
339339populated places. They offer both free and paid premium data. Each
340340feature is unique identified by a ` geonameId ` , which is an integer.
@@ -351,10 +351,10 @@ the GeoNames premium data set.
351351
352352If the problem you find is that an IP address is incorrectly mapped,
353353please
354- [ submit your correction to MaxMind] ( http ://www.maxmind.com/en/correction) .
354+ [ submit your correction to MaxMind] ( https ://www.maxmind.com/en/correction) .
355355
356356If you find some other sort of mistake, like an incorrect spelling,
357- please check the [ GeoNames site] ( http ://www.geonames.org/) first. Once
357+ please check the [ GeoNames site] ( https ://www.geonames.org/) first. Once
358358you've searched for a place and found it on the GeoNames map view, there
359359are a number of links you can use to correct data ("move", "edit",
360360"alternate names", etc.). Once the correction is part of the GeoNames
@@ -363,7 +363,7 @@ releases.
363363
364364If you are a paying MaxMind customer and you're not sure where to submit
365365a correction, please
366- [ contact MaxMind support] ( http ://www.maxmind.com/en/support) for help.
366+ [ contact MaxMind support] ( https ://www.maxmind.com/en/support) for help.
367367
368368## Other Support ##
369369
@@ -372,7 +372,7 @@ Please report all issues with this code using the
372372
373373If you are having an issue with a MaxMind service that is not specific
374374to the client API, please see
375- [ our support page] ( http ://www.maxmind.com/en/support) .
375+ [ our support page] ( https ://www.maxmind.com/en/support) .
376376
377377## Requirements ##
378378
@@ -390,11 +390,10 @@ https://github.com/maxmind/MaxMind-DB
390390
391391## Versioning ##
392392
393- The GeoIP2 PHP API uses [ Semantic Versioning] ( http ://semver.org/) .
393+ The GeoIP2 PHP API uses [ Semantic Versioning] ( https ://semver.org/) .
394394
395395## Copyright and License ##
396396
397- This software is Copyright (c) 2013-2018 by MaxMind, Inc.
397+ This software is Copyright (c) 2013-2019 by MaxMind, Inc.
398398
399399This is free software, licensed under the Apache License, Version 2.0.
400-
0 commit comments