Download the PHP package soneritics/postnl without Composer
On this page you can find all versions of the php package soneritics/postnl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soneritics/postnl
More information about soneritics/postnl
Files in soneritics/postnl
Package postnl
Short Description PostNL API and Aanmaken van PostNL vooraanmeldingbestanden om pakketten te verzenden.
License MIT
Homepage https://github.com/Soneritics/PostNL
Informations about the package postnl
PostNL
Introduction
This library offers a variety of functions for PostNL. Mainly, these are the two categories:
- PostNL API - https://developer.postnl.nl
- PostNL Voormeldbestand
Minimum requirements
- PHP 7.1
Installation
Use Composer to install: soneritics/postnl
PostNL API
The base for connecting to the PostNL API will be provided by this plugin. It is advised not to use it in a production environment, as it's nog error-proof, nor (fully automated) tested. It does work, though, and is currently being tested in a production environment :-)
Create an issue if you need help, or need more services than the ones provided.
Supported APIs
Service | Implemented | Version |
---|---|---|
Send & Track | ||
Barcode webservice | ✓ | 1_1 |
Confirming webservice | ✓ | 1_10 |
Labelling webservice | ✓ | 2_2* |
Shippingstatus webservice | ✓ | v2 |
Delivery options | ||
Deliverydate webservice | X | N/A |
Location webservice | ✓ | 2_1 |
Timeframe webservice | ✓ | 2_1 |
Checkout | ||
Postalcode Check | ✓ | 1 |
*
v2_2
supports ERS labels
Code example: Creating the API
Always start with creating the API object.
Code example: Fetching a barcode
Code example: Generate a label and confirm shipment (basic)
Code example: Get time frames, get a label and confirm the shipment
Code example: Fetch nearest locations
Code example: Fetch nearest locations by geocode and lookup location info
Code example: Fetch nearest location and create a label for pickup at the pickup point
Code example: Get the shipping status (via a barcode)
PostNL Vooraanmelding
Codetaal: Nederlands
Voor de taal van de classes, variabelen en commentaar is gekozen voor Nederlands. Daarbij worden getters en setters als hybride aangeduid, bijvoorbeeld: setKlantnummer. Hiervoor is gekozen aangezien PostNL uitsluitend binnen Nederland verzendt, en daardoor ook vooral door Nederlanders geïmplementeerd zal worden. Daarnaast worden specifieke woorden gebruikt, waarvan de Engelse vertaling de werking erg onduidelijk zal maken.
Code example
ERS
Using ERS
The product code for ERS labels is 4910
.
PostNL does not have documentation available for this product code, but you can use the documentation from product code 3085 Return label in the box
as a base.
There are additional things required for using ERS:
- The
CustomerCode
(4 letters) should have ERS enabled, or be ERS specific. Contact PostNL support for this. - The
Addressses
of theCustomer
andShipment
all need to have aname
filled in. - The
ReturnBarcode
should be set.