Skip to content

This library is a client for the SOAP WSColiPosteLetterService

License

Notifications You must be signed in to change notification settings

1001Pharmacies/ws-colissimo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSColiPosteLetterService Client Library

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": "https://github.com/1001Pharmacies/ws-colissimo"
    },
    ...
    ],
    "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

About

This library is a client for the SOAP WSColiPosteLetterService

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%