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 is a PHP client library for the PostcodeAPI.nu web service. This library is developed
6
+
FHPostcodeAPIClient is a PHP client library for the PostcodeAPI.nu web service. This library is developed
7
7
by [Freshheads](https://www.freshheads.com) and will be maintained in sync with the web service itself.
8
8
9
9
**Links:**
@@ -14,7 +14,7 @@ by [Freshheads](https://www.freshheads.com) and will be maintained in sync with
14
14
Requirements
15
15
------------
16
16
17
-
FHPostcodeAPIClient works with PHP 5.5.0 or up. This library depends on the [HTTPPlug](http://httplug.io/), see http://docs.php-http.org/en/latest/httplug/introduction.html.
17
+
FHPostcodeAPIClient works with PHP 5.5.0 or up. This library depends on the [HTTPPlug](http://httplug.io/), see http://docs.php-http.org/en/latest/httplug/introduction.html.
18
18
19
19
Installation
20
20
------------
@@ -50,6 +50,7 @@ $client = new \FH\PostcodeAPI\Client(
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
68
+
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
68
69
[Guzzle6Adapter](https://github.com/php-http/guzzle6-adapter). By running the following command you automatically install Guzzle aswel.
0 commit comments