File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,16 @@ N.B. Make sure you have installed a HTTP Client before you install this package
23
23
24
24
### HTTP Client
25
25
26
- We are decoupled from any HTTP messaging client with the help of [ PHP-HTTP] ( http://php-http.org/ ) .
26
+ We are decoupled from any HTTP messaging client with the help of [ PHP-HTTP] ( http://docs. php-http.org/en/latest/httplug/users.html ) .
27
27
This requires another package providing [ php-http/client-implementation] ( https://packagist.org/providers/php-http/client-implementation ) .
28
28
To use Guzzle 6, for example, simply require ` php-http/guzzle6-adapter ` :
29
29
30
30
``` bash
31
31
composer require php-http/guzzle6-adapter
32
32
```
33
33
34
+ See [ Bind clients] ( #bind-clients ) if you want to use your own HTTP client or use specific configuration options.
35
+
34
36
### Laravel Service Provider
35
37
36
38
If you are using Laravel < 5.5 or have disabled package auto discover, you must add the service provider to your ` config/app.php ` file:
You can’t perform that action at this time.
0 commit comments