Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | PHP JSON RESTful Web service example | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by olamiji Akeem - 1 year ago (2014-11-18) restful api
0 | I need a class to implement a RESTful Web service that returns responses in the JSON format. |
0 | by Manuel Lemos 11100 - 1 year ago (2014-11-26) Comment There are several nice classes for implementing REST servers. This one is nice because it allows you to define how to map API request URLs to different controller objects that will handle those API requests, so you can separate the handling of API requests depending on the subjects of the API call. It comes with brief documentation and an example script. |
Recommend package | |
|