esyst/soapclient
最新稳定版本:1.3.2
Composer 安装命令:
composer require esyst/soapclient
包简介
Glue library that glues NuSoap together with the API of the native PHP SoapClient
README 文档
README
This library is a glue library that makes the 'classic' NuSOAP library compatible with the convenient API of the standard PHP extension based SoapClient library. I am having trouble getting the PHP library to work with private keys and more complex security options. The CURL based NuSOAP library is much easier to use/debug.
Packagist
This package is on packagist, << insert link here as soon as it actually is on packagist >>.
It can be installed using:
composer require esyst/soapclient
Usage
The usage is largely compatible with http://php.net/manual/en/soapclient.soapclient.php .
I have implemented __getLastRequest and __getLastResponse.
There are a few extra options for SoapClient:
| Option | Default | Type | Description |
|---|---|---|---|
| curl_verbose | 0 | boolean | Let the curl library return verbose output for debugging |
| soapclient_debug | 0 | boolean | Let the NuSoap library return debug output |
统计信息
- 总下载量: 126
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2015-10-16