Download the PHP package afosto/postnl-ecs without Composer
On this page you can find all versions of the php package afosto/postnl-ecs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download afosto/postnl-ecs
More information about afosto/postnl-ecs
Files in afosto/postnl-ecs
Package postnl-ecs
Short Description Afosto PostNL ECS Client
License Apache-2.0
Homepage https://afosto.com
Informations about the package postnl-ecs
PostNL ECS
Use this client to convieniently interact with PostNL ECS . This PHP package was developed by Afosto to make a reliable connection between Afosto (Retail Software) and PostNL ECS and provides the following functionality:
- send product information to ECS
- send order information to ECS
- receive stock information (mutations or full list)
- receive shipment updates (track&trace codes)
Getting Started
Simply follow the installation instructions. You will need an account at PostNL ECS that is set up for you to use.
Prerequisites
What things you need to install the software and how to install them
- PHP5.5+
- Composer (for installation)
Installing
Installing is easy through Composer.
Examples
Now, to insert a product at ECS, use the following code.
First set some configuration parameters:
Initialze the application with the configuration
Send a product
Build the product object
Make a message container and insert a message number (in this case 1) and add the product and send the message:
Insert a single product or add multiple:
Now send the message:
For debugging you can also download or show the XML file:
Now the product should be available in ECS.
Stock updates
To parse a batch of stock messages, use the following code.
Load the messages (XML files from the SFTP server):
Mark the processed messages as read (they will be deleted):
Other examples
In the examples directory you will find more examples of this project.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details
All versions of postnl-ecs with dependencies
league/flysystem Version ^1.0
sabre/xml Version ^1.5
afosto/bp Version ^2.0.0