I am a PHP programmer and new to RESTful services. I have developed a page which outputs the data in JSON format, based on query parameters (_GET). Now I wan't to implement it so that I can call my script with different parameters via REST API.
My question is, how would I go about implementing the API in PHP. Basically, I am developing this so we can integrate the same data that is there on our website in a different interface for our client sites.
I already have most of data exposed in JSON format, just need guidance on how to implement the RESTful service for that.