Creating a web service in PHP

后端 未结 7 880
日久生厌
日久生厌 2021-01-06 12:28

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

相关标签:
7条回答
  • 2021-01-06 13:28

    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.

    0 讨论(0)
提交回复
热议问题