News Feed
Jobs Feed
Sections




News Archive
Kris Jordan's Blog:
Towards RESTful PHP - 5 Basic Tips
December 10, 2008 @ 12:08:27

Kris Jordan recently posted five tips to help you get a "more correct" REST interface in your application.

As we entered a programmable web of applications with APIs the decision to ignore HTTP gave us problems we're still dealing with today. We have an internet full of applications with different interfaces (GET /user/1/delete vs. POST /user/delete {id=1}). With REST we can say /user/1 is a resource and use the HTTP DELETE verb to delete it.

Here's the five (six?) tips:

  • Using PUT and DELETE methods
  • Send Custom HTTP/1.1 Headers
  • Send Meaningful HTTP Headers
  • Don't Use $_SESSION
  • Test with cURL or rest-client
  • Use a RESTful PHP Framework
0 comments voice your opinion now!
restful rest tip put delete custom header session curl framework


blog comments powered by Disqus

Similar Posts

Symfony Blog: Running a TV station with symfony

Professioanl PHP Blog: Building a culture of objects in PHP

Marco Tabini\'s Blog: Why you should be scared by the Zend Framework

David Müller's Blog: Parallel processing in PHP

SitePoint.com: The CakePHP Framework: Your First Bite


Community Events











Don't see your event here?
Let us know!


language unittest development functional object introduction application release community tool interview example series podcast zendframework2 code framework phpunit opinion testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework