Reputation: 26129
I just commented a question related to the SOAP extension, and I tried to find any alternative, but there isn't any:
Do you know of any supported SOAP lib?
Upvotes: 0
Views: 1115
Reputation: 26129
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.
Upvotes: 1