問題描述
我剛剛評論了一個與 SOAP 擴展相關的問題,我試圖找到任何替代方案,但沒有任何替代方案:
I just commented a question related to the SOAP extension, and I tried to find any alternative, but there isn't any:
- SOAP 擴展 - 自 2010 年起不再支持
- nuSOAP - 自 2010 年起不再支持
- WSO2 - 自 2010 年起不再支持
您知道任何受支持的 SOAP 庫嗎?
Do you know of any supported SOAP lib?
推薦答案
我發現目前有 2 個支持的 PHP SOAP 庫:
I found that there are currently 2 supported PHP SOAP libs:
BeSimple SOAP 這是一個 Symfony 邊界 - 支持
但是 它擴展了 SOAP擴展名,自 2010 年以來不受支持,目前大約有 150報告和未修復的錯誤(可能無法解決某些問題他們,但誰知道).
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 - 支持
我認為這是目前最好的選擇,因為開發人員可以控制其依賴項.
Zend 2 SOAP - supported
I think this is the best choice currently, because the developers have control over its dependencies.
這篇關于PHP 使用哪個 SOAP 庫?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!