All Projects → lexik → ws-colissimo

lexik / ws-colissimo

Licence: MIT License
This library is a client for the SOAP WSColiPosteLetterService

Programming Languages

PHP
23972 projects - #3 most used programming language

WSColiPosteLetterService Client Library

Project Status

This lib is deprecated

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 :

{
    "require": {
        "lexik/ws-colissimo": "dev-master"
    }
}

Install it by running the command :

php composer.phar update lexik/ws-colissimo

Usage

Standalone

# see example in sample/index.php

Symfony2

Install the LexikColissimoBundle.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].