Skip to content

Commit 7a23312

Browse files
committed
First beta
1 parent 2bac1b4 commit 7a23312

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ improved performance.
1414

1515
## Important notice
1616
The PHP bindings can connect to both PostNL's SOAP and REST API.
17-
The library is still a work-in-progress, but the Barcode, Labelling and Confirming will
18-
hopefully be completed soon.
17+
The library is still a work-in-progress, but is expected to hit stable status soon.
1918

2019
### Status
2120
| Service | Status REST | Status SOAP | Version |
@@ -37,11 +36,11 @@ hopefully be completed soon.
3736
| Barcode webservice | beta | beta | 1.1 |
3837
| Labelling webservice | beta | beta | 2.1 |
3938
| Confirming webservice | beta | beta | 1.10 |
40-
| Shippingstatus webservice | alpha | alpha | 1.6 |
39+
| Shippingstatus webservice | beta | beta | 1.6 |
4140
| **Delivery Options** | | | |
42-
| Deliverydate webservice | alpha | alpha | 2.2 |
43-
| Location webservice | alpha | alpha | 2.1 |
44-
| Timeframe webservice | alpha | alpha | 2.1 |
41+
| Deliverydate webservice | beta | beta | 2.2 |
42+
| Location webservice | beta | beta | 2.1 |
43+
| Timeframe webservice | beta | beta | 2.1 |
4544
| **Mail** | | | |
4645
| Bulkmail webservice | N/A | N/A | N/A |
4746

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thirtybees/postnl-api-php",
33
"description": "PostNL REST API PHP Bindings",
4-
"version": "0.1.0-alpha2",
4+
"version": "1.0.0-beta.1",
55
"type": "library",
66
"license": "MIT",
77
"authors": [
@@ -28,7 +28,7 @@
2828
"cache/void-adapter": "^1.0"
2929
},
3030
"suggest": {
31-
"guzzlehttp/guzzle": "Use other HTTP handlers besides cURL"
31+
"guzzlehttp/guzzle": "Process requests faster + auto retry failed requests"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)