Framework for Web Services in PHP?

Posted by Michael Stum on Stack Overflow See other posts from Stack Overflow or by Michael Stum
Published on 2010-03-26T19:30:44Z Indexed on 2010/03/26 19:33 UTC
Read the original article Hit count: 161

Filed under:
|

I need to implement a Web Service in PHP, but I've never written one in it (I nowadays use ASP.net which handles all that SOAP/WSDL/Disco stuff for me).

Are there any libraries/Frameworks for that? Should be as lightweight as possible as they wire into an existing system.

© Stack Overflow or respective owner

Related posts about php

Related posts about web-services