I would like to create a web service in PHP which can be consumed by different consumers (Web page, Android device, iOS device).
I come from a Microsoft background s
I would suggest you go for Yii
it is worth of learning. You can easily establish it in this.
Web Service. Yii provides CWebService
and CWebServiceAction
to simplify the work of implementing Web service in a Web application. Web service relies on SOAP
as its foundation layer of the communication protocol stack.