File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ improved performance.
1414
1515## Important notice
1616The 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
Original file line number Diff line number Diff line change 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" : [
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" : {
You can’t perform that action at this time.
0 commit comments