You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FHPostcodeAPIClient works with PHP 7.1 and up. This library depends on the [HTTPPlug](http://httplug.io/), see http://docs.php-http.org/en/latest/httplug/introduction.html.
We recommend to use [Guzzle](https://github.com/guzzle/guzzle), to be able to use Guzzle in combination with the PostcodeApiClient you should also make use of the
69
-
[Guzzle6Adapter](https://github.com/php-http/guzzle6-adapter). By running the following command you automatically install Guzzle aswel.
68
+
FH\PostcodeAPI\Client:
69
+
$httpClient: '@project.http.client.postal_code'
70
+
```
71
+
72
+
You should now be able use the `FH\PostcodeAPI\Client` service to make requests to the PostcodeAPI.
73
+
74
+
#### Guzzle 6
75
+
To make use of `Guzzle 6`, you should also make use of the
76
+
[Guzzle6Adapter](https://github.com/php-http/guzzle6-adapter). By running the following command you automatically install Guzzle as well.
0 commit comments