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
php
|web-services
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