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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package postnl

PostNL

Build Status Coverage Status Latest Stable License

Introduction

This library offers a variety of functions for PostNL. Mainly, these are the two categories:

Minimum requirements

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:


All versions of postnl with dependencies

PHP Build Version
Package Version
Requires educoder/pest Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package soneritics/postnl contains the following files

Loading the files please wait ....