@@ -4,12 +4,12 @@ FHPostcodeAPIClient
44[ ![ Build Status] ( https://travis-ci.org/freshheads/FHPostcodeAPIClient.png?branch=master )] ( https://travis-ci.org/freshheads/FHPostcodeAPIClient )
55
66FHPostcodeAPIClient is a PHP client library for the PostcodeAPI.nu web service. This library is developed
7- by [ Freshheads] ( http ://www.freshheads.com) and will be maintained in sync with the web service itself.
7+ by [ Freshheads] ( https ://www.freshheads.com) and will be maintained in sync with the web service itself.
88
99** Links:**
1010
11- * [ More information] ( http ://www.postcodeapi.nu)
12- * [ API documentation] ( http ://www.postcodeapi.nu/docs )
11+ * [ More information] ( https ://www.postcodeapi.nu)
12+ * [ API documentation] ( https ://swaggerhub.com/api/apiwise/postcode-api )
1313
1414Requirements
1515------------
@@ -20,7 +20,7 @@ version is used instead of the new Guzzle 6, as Guzzle 6 requires the php versio
2020Installation
2121------------
2222
23- FHPostcodeAPIClient can easily be installed using [ Composer] ( http ://getcomposer.org/) :
23+ FHPostcodeAPIClient can easily be installed using [ Composer] ( https ://getcomposer.org/) :
2424
2525``` bash
2626composer require freshheads/postcode-api-client
@@ -44,14 +44,4 @@ $response = $client->getAddresses('5041EB', 21);
4444$response = $client->getAddress('0855200000061001');
4545```
4646
47- Postcodeapi.nu Version 1
48- ------------------------
49-
50- Version 1 of PostcodeAPI will be available until 29-02-2016. You can still connect to this API via version 1.x of this client library.
51- Version 1.x can be installed via composer:
52-
53- ``` bash
54- composer require freshheads/postcode-api-client:^1.0
55- ```
56-
5747[ ![ Bitdeli Badge] ( https://d2weczhvl823v0.cloudfront.net/freshheads/fhpostcodeapiclient/trend.png )] ( https://bitdeli.com/free " Bitdeli Badge ")
0 commit comments