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

The Northclick Blog: Announcing "dropr" - the message queue framework for PHP

Zend Developer Zone: Integrating Smarty with the Zend Framework

Zend Developer Zone: PHP Security Tip #13

Imulus.com: CakePHP and PRADO

Chris Hartjes' Blog: What's In Chris' Brain, July 2008 Edition


Community Events











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


conference language usergroup podcast phpunit zendframework2 introduction framework unittest release interview series opinion database testing rest development community symfony2 functional

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