PHP 的 SOAP 库

2021-12-24 00:00:00 php soap

是否有用于 PHP 的 SOAP 库的完整列表?我正在寻找可用 SOAP 库的完整列表来制作比较图表.到目前为止,我已经找到 Zend_Soap、Nusoap、原生 PHP SOAP 支持(通过模块).你能推荐更多吗?

Is there complete list of SOAP libraries for PHP? I am looking for complete list of available SOAP libraries to make comparison chart. So far I've found Zend_Soap, Nusoap, native PHP SOAP support (via module). Can you suggest more?

更新: 正如 harke 所建议的那样,我要求每个人都帮助更新本主题中的 PHP SOAP 库列表.如果您是任何未列出库的贡献者或用户,请在下方添加您的答案.

UPDATE: As harke suggested I am asking everybody to help keep fresh this list of PHP SOAP libraries in this topic. If you are contributor or user of any not listed library please add your answer below.

推荐答案

我知道这些:

  • Nusoap
  • PHP SOAP 扩展(基于 libxml)
  • 适用于 PHP 的 WSO2 Web 服务框架
  • Zend_Soap

相关文章