ddtraceweb / ws-colissimo
A library for consuming the SOAP WSColiPosteLetterService, WSPointRetraitService and WSColiPosteLetterReturnService
v2.1.1
2015-05-19 09:37 UTC
Requires
- php: >=5.3.3
- symfony/validator: >=2.1,<2.4
README
Introduction
This library provides a client for the SOAP WSColiPosteLetterService.
Access to the WSColiPosteLetterService must be contracted with "La Poste" beforehand or it will simply not work. Also, note that currently only the production mode is working.
Nb: The structure of this library is based on PHPForce Soap Client.
Installation - using composer
Add the library to your composer.json
:
{
"repositories": [{
"type": "git",
"url": "http://github.com/ddtraceweb/ws-colissimo"
},
...
],
"require": {
"ddtraceweb/ws-colissimo": "dev-master"
}
}
Install it by running the command :
php composer.phar update ddtraceweb/ws-colissimo
Usage
Standalone
# see example in sample/index.php