lexik/ws-colissimo

This package is abandoned and no longer maintained. No replacement package was suggested.

A library for consuming the SOAP WSColiPosteLetterService

Maintainers

Package info

github.com/lexik/ws-colissimo

Homepage

pkg:composer/lexik/ws-colissimo

Statistics

Installs: 713

Dependents: 1

Suggesters: 0

Stars: 14

Open Issues: 1

v1.0.0 2014-03-21 16:09 UTC

This package is not auto-updated.

Last update: 2026-03-11 18:04:16 UTC


README

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.