Skip to content

Commit 9aaa8aa

Browse files
Include assets in example and update URLs #10
1 parent 87805ef commit 9aaa8aa

File tree

9 files changed

+1555
-23
lines changed

9 files changed

+1555
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Postcode.nl Api Client
22
=============
33

4-
PHP Api client for the [Postcode.nl Api](https://api.postcode.nl/documentation/).
4+
PHP Api client for the [Postcode.nl Api](https://developer.postcode.eu/documentation/).
55

66

77
How to install

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcode-nl/api-client",
3-
"description": "A client to the Postcode.nl Address Api for international address validation. You will need to create an account at https://api.postcode.nl.",
3+
"description": "A client to the Postcode.nl Address Api for international address validation. You will need to create an account at https://developer.postcode.eu/documentation/.",
44
"keywords": [
55
"postcode",
66
"netherlands",
@@ -22,7 +22,7 @@
2222
"role": "Developer"
2323
}
2424
],
25-
"homepage": "https://api.postcode.nl",
25+
"homepage": "https://developer.postcode.eu/documentation/",
2626
"support": {
2727
"email": "[email protected]",
2828
"issues": "https://github.com/postcode-nl/PostcodeNl_Api_Client/issues",
@@ -44,9 +44,10 @@
4444
},
4545
"require": {
4646
"php": ">=7.2",
47-
"ext-curl": "*"
47+
"ext-curl": "*",
48+
"ext-json": "*"
4849
},
4950
"scripts": {
5051
"phpcs": "phpcs --standard=phpcs.xml"
5152
}
52-
}
53+
}

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Example Postcode.nl Api Proxy
22
=============
33

4-
PHP Api proxy for the [Postcode.nl Api](https://api.postcode.nl/documentation/).
4+
PHP Api proxy for the [Postcode.nl Api](https://developer.postcode.eu/documentation).
55

66

77
Usage

0 commit comments

Comments
 (0)