PHP which SOAP lib to use?

后端 未结 1 1793
走了就别回头了
走了就别回头了 2020-12-04 04:34

I just commented a question related to the SOAP extension, and I tried to find any alternative, but there isn\'t any:

  • SOAP extension - not supported since 2010
相关标签:
1条回答
  • 2020-12-04 04:54

    I found that there are currently 2 supported PHP SOAP libs:

    • BeSimple SOAP which is a Symfony boundle - supported
      But it extends SOAP extension, which is not supported since 2010 and has currently about 150 reported and unfixed bugs (probably impossible to workaround some of them, but who knows).

    • Zend 2 SOAP - supported
      I think this is the best choice currently, because the developers have control over its dependencies.

    0 讨论(0)
提交回复
热议问题