Showing posts with label RESTful. Show all posts
Showing posts with label RESTful. Show all posts

Article Introducing PHP Data Services

Monday, January 5, 2009

Now you can view the article "Introduction to PHP Data Services" from Oxygen Tank library.

If you are thinking of adapting SOA in to your database backed PHP applications, this article will be a good starting point.

RESTful URL Mapping in WSF/PHP

Sunday, November 16, 2008

In a RESTful design, choose of URLs for web resources are really important. This post about RESTful URL Mapping in WSF/PHP, talks about how you can choose URLs for your resources in a RESTFul manner and How it can be implemented in PHP.

Writing a Simple REST and SOAP Service With PHP

Friday, October 10, 2008

WSF/PHP enables you to write a web service in a single script and expose it as both SOAP and REST services. Here is a simple HowTo on creating a Web Service which handle both REST and SOAP requests.

RESTful CRUD Data Services Demo

Saturday, September 27, 2008

Here is a live demo on RESTful Data Services implemented with WSF/PHP. I wrote a blog about this Demo explaining how you give semantic to the Http Verbs to manipulate (Do CRUD operations on) Resources in RESTful way.