File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ providing a powerful abstraction layer for geocoding manipulations.
30
30
To install a Geocoder there are two things you need to know:
31
31
32
32
1 ) What [ Geocoder provider] ( https://packagist.org/providers/geocoder-php/provider-implementation ) you want to use
33
- 2 ) What [ HTTP client/adapter] ( https://packagist.org/providers/php-http/ client-implementation ) you want to use.
33
+ 2 ) What [ HTTP client/adapter] ( https://packagist.org/providers/psr/http- client-implementation ) you want to use.
34
34
35
35
### Geocoder providers
36
36
@@ -40,13 +40,11 @@ providers [at Packagist](https://packagist.org/providers/geocoder-php/provider-i
40
40
### HTTP Clients
41
41
42
42
In order to talk to geocoding APIs, you need HTTP adapters. While it was part of
43
- the library in Geocoder before, Geocoder 4.x and upper now relies on HTTPlug
43
+ the library in Geocoder before, Geocoder 4.x and upper now relies on [ PSR-18 ] ( https://www.php-fig.org/psr/psr-18/ )
44
44
which defines how HTTP message should be sent and received. You can use any library to send HTTP messages
45
- that implements [ php-http/ client-implementation] ( https://packagist.org/providers/php-http/ client-implementation ) .
45
+ that implements [ psr/http- client-implementation] ( https://packagist.org/providers/psr/http- client-implementation ) .
46
46
47
- Here is a list of all officially supported clients and adapters by HTTPlug: < http://docs.php-http.org/en/latest/clients.html >
48
-
49
- Read more about HTTPlug in [ their docs] ( http://docs.php-http.org/en/latest/httplug/users.html ) .
47
+ Read more about PSR-18 in [ this blog] ( https://www.php-fig.org/blog/2018/11/psr-18-the-php-standard-for-http-clients/ ) .
50
48
51
49
### Summary (Just give me the command)
52
50
You can’t perform that action at this time.
0 commit comments