Creating a web service in PHP

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

    You can use any existing PHP framework like CodeIgniter or Symfony or CakePHP to build the webservices.

    You can also use plain PHP like disscussed in this example

提交回复
热议问题