We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004cf62 commit 7caffbcCopy full SHA for 7caffbc
README.md
@@ -14,6 +14,8 @@ Middleware to geolocate the client using the ip address and [Geocoder](https://g
14
* PHP >= 7.0
15
* A [PSR-7 http library](https://github.com/middlewares/awesome-psr15-middlewares#psr-7-implementations)
16
* A [PSR-15 middleware dispatcher](https://github.com/middlewares/awesome-psr15-middlewares#dispatcher)
17
+* A [PHP-HTTP adapter](http://docs.php-http.org/en/latest/clients.html), for example [Guzzle6](https://github.com/php-http/guzzle6-adapter)
18
+* A [Geocoder ip-based provider](https://github.com/geocoder-php/Geocoder#ip)
19
20
## Installation
21
0 commit comments