定制 zmog/soap-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zmog/soap-client

最新稳定版本:0.9.2

Composer 安装命令:

composer require zmog/soap-client

包简介

Library that provides SOAP client through cURL to add support for timeouts.

README 文档

README

Class derived from PHP SoapClient to add support for connection and read timeouts.

Requires PHP 5.4+ with SoapClient and cUrl.

usage

The usage is exactly the same as with PHP original SoapClient. The difference comes with the initialization as the constructor allows to set multiple new parameters which extend the original functionality.

Persistance Factor

Can be set in the constructor or using setPersistanceFactor method. Sets the amount of retries to conduct before treating the request as failed. By default set to 1.

Persistance Timeout

Can be set in the constructor or using setPersistanceTmeout method. Sets the amount of seconds to wait by cUrl before treating a single request as failed. Acts as a read timeout. By default set to 0 which means disabled.

Negotiation Timeout

Can be set in the constructor or using setNegotiationTimeout method. Sets the maximum amount of seconds cUrl will try to establish connection with the WebService before treating the request as failed. As a connectin timeout. By default set to 0 which means disabled.

tips

Content-Type and SOAPAction

Protocol SOAP 1.1 requires SOAPAction header to be set. Method buildHeaders automatically adds it during soap request. In SOAP 1.2 SOAPAction is included in Content-type header therefore if you need to overwrite Content-type with SOAP 1.2 be sure to include {SOAPACTION} token for automatic replacement.

contribution

If you find any issues or want to add new features please use the Issues or Pull Request functions: code addition is much appreciated!

Before sending code be sure to run fix_code.sh to clean it up.

Thanks!

统计信息

  • 总下载量: 307
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-26