ddtraceweb/ws-colissimo
Composer 安装命令:
composer require ddtraceweb/ws-colissimo
包简介
A library for consuming the SOAP WSColiPosteLetterService, WSPointRetraitService and WSColiPosteLetterReturnService
关键字:
README 文档
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
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-01