PHP Classes

PHP JSON RESTful Web service example: RESTful Web service that returns data in json

Recommend this page to a friend!
  All requests RSS feed  >  PHP JSON RESTful Web service example  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

PHP JSON RESTful Web service example

Edit

Picture of olamiji Akeem by olamiji Akeem - 9 years ago (2014-11-18)

RESTful Web service that returns data in json

This request is clear and relevant.
This request is not clear or is not relevant.

+4

I need a class to implement a RESTful Web service that returns responses in the JSON format.

Ask clarification

1 Recommendation

PHP REST Server Class: REST Web service server that maps URL to API calls

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of Manuel Lemos by Manuel Lemos Reputation 23625 - 9 years 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
: 
: