Skip to content

Commit

Permalink
Added missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Aug 17, 2019
1 parent bee7aea commit 0f47a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function resolveIpLocation(string $ipAddress): Model\Location;
These are the strategies provided implementing this interface:

* `GeoLite2LocationResolver`: It makes use of a [GeoLite2](https://dev.maxmind.com/geoip/geoip2/geolite2/) database to resolve IP address locations.
* `IpApiLocationResolver`: It calls [IP API]() in order to resolve IP address locations (this API is a little bit fragile and easily ends up blocking callers).
* `IpApiLocationResolver`: It calls [IP API](http://ip-api.com) in order to resolve IP address locations (this API is a little bit fragile and easily ends up blocking callers).
* `EmptyIpLocationResolver`: This one is a dummy resolver which always returns an empty location as if it was not capable of resolving the address location.
* `CainIpLocationResolver`: It wraps a list of IP resolvers and calls them sequentially until one of them is capable of resolving the address location.

Expand Down

0 comments on commit 0f47a63

Please sign in to comment.