Creating a web service in PHP

后端 未结 7 882
日久生厌
日久生厌 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:27

    You can check out this nice RESTful server written for Codeigniter, RESTful server. It does support XML, JSON, etc. responses, so I think this is your library. There is even a nice tutorial for this on the Tutsplus network - Working with RESTful Services in CodeIgniter

提交回复
热议问题