0

I have an application which handles some data. Now i want to make the data available throughout a php api (something like zend_gdata for google) so my application's users can handle the data from my application in their own applications on an other host.

Is this possible? Can someone hook me up whith some literature or ideas?

  • There are lots of other questions with information about this: http://stackoverflow.com/search?q=create+an+api+php – Mark Biek Jan 11 '10 at 16:58
  • This one is my favorite: http://stackoverflow.com/questions/33728/how-should-i-build-a-good-web-api – Mark Biek Jan 11 '10 at 16:58

1 Answers1

1

This has been written about on numerous occasions. Here is some reading material:

Corey Ballou
  • 42,389
  • 8
  • 62
  • 75