gringlas/go-client
Composer 安装命令:
composer require gringlas/go-client
包简介
SoapClient for usage with GO API (https://www.general-overnight.com).
README 文档
README
SoapClient for usage with GO API (https://www.general-overnight.com).
How to use
Just create an object of GoClient class.
$wdsl = "Path/to/wdsl";
$options = [
'login' => 'yourGoLoginName',
'password' => 'yourGoPassword',
...
# pass other options for SoapCLient as noted in https://www.php.net/manual/de/soapclient.soapclient.php
];
$goClient = new GoClient($wdsl, $options);
统计信息
- 总下载量: 82
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-09