geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.94k stars 516 forks source link

docs: update install commands #1022

Closed atymic closed 4 years ago

atymic commented 4 years ago

Currently the docs are a little bit unclear in regards to how to use different http drivers.

You don't actually need to install php-http/message, guzzle installs their own PSR7 implementation.

I added another example command with the curl client, to demonstrate that a PSR7 implementation is required if not using guzzle.

Closes #1021

jbelien commented 4 years ago

Thanks! Good idea indeed 👍

Maybe we could also point to the other psr/http-message-implementation: https://packagist.org/providers/psr/http-message-implementation