We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250ce71 commit 0455769Copy full SHA for 0455769
1 file changed
README.md
@@ -1,2 +1,17 @@
1
-# php-client
2
-PHP Api Client using Curl
+Api Postcode PHP Client
+=======================
3
+
4
+A PHP client for fetching address detials from https://api-postcode.nl
5
6
+Installation
7
+------------
8
+Installation is a quick step process:
9
10
+1. Download the client with composer
11
12
+### Step 1: Download php-client using composer
13
14
15
+``` bash
16
+$ composer require api-postcode/php-client
17
+```
0 commit comments