uhi67/soaphelper
Composer 安装命令:
composer require uhi67/soaphelper
包简介
SOAP helper for debugging SOAP server and client
README 文档
README
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require uhi67/soaphelper "*"
or add
"uhi67/soaphelper": "*"
to the `require` section of your composer.json file.
Usage
create SOAP request XML structure without actually perform the call
$wsdl = dirname(__DIR__).'/wsdl/my-wsdl.xml'; // WSDL stored in file (or other URI)
/** @noinspection PhpFullyQualifiedNameUsageInspection */
$requestXml = \uhi67\soapHelper\SoapClientDry::__requestXml(['a'=>23, 'b'=>49], 'myFunction', $wsdl);
License
uhi67/soaphelper is released under the MIT License. See the bundled LICENSE.md for details.
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-10