Skip to content

Commit ca530ba

Browse files
committed
Add note about setting up a HTTP client [skip ci]
1 parent 18d997f commit ca530ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ N.B. Make sure you have installed a HTTP Client before you install this package
2323

2424
### HTTP Client
2525

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).
2727
This requires another package providing [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation).
2828
To use Guzzle 6, for example, simply require `php-http/guzzle6-adapter`:
2929

3030
``` bash
3131
composer require php-http/guzzle6-adapter
3232
```
3333

34+
See [Bind clients](#bind-clients) if you want to use your own HTTP client or use specific configuration options.
35+
3436
### Laravel Service Provider
3537

3638
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:

0 commit comments

Comments
 (0)