File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Choose the one that fits your need first. Let's say the `GoogleMaps` one is what
69
69
you were looking for, so let's see how to use it. In the code snippet below,
70
70
` curl ` has been choosen as [ HTTP layer] ( #http-adapters ) but it is up to you
71
71
since each HTTP-based provider implements
72
- [ PSR-7] ( https://github.com/php-fig/fig-standards/blob/master/proposed/ http-message.md ) .
72
+ [ PSR-7] ( https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7- http-message.md ) .
73
73
74
74
``` php
75
75
$curl = new \Ivory\HttpAdapter\CurlHttpAdapter();
@@ -212,7 +212,7 @@ geocoder calls will appear in your timeline section in the Web Profiler.
212
212
In order to talk to geocoding APIs, you need HTTP adapters. While it was part of
213
213
the library in Geocoder 1.x and 2.x, Geocoder 3.x and upper now relies on the
214
214
[ PSR-7
215
- Standard] ( https://github.com/php-fig/fig-standards/blob/master/proposed/ http-message.md )
215
+ Standard] ( https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7- http-message.md )
216
216
which defines how HTTP message should be implemented. Choose any library that
217
217
follows this PSR and implement the specified interfaces to use with Geocoder.
218
218
You can’t perform that action at this time.
0 commit comments