REST focus in Ismo

REST (Representational State Transfer) in PHP is still in its infancy, and to my knowledge there are no PHP frameworks that make working with REST easy. I’d like to see Ismo be able to handle REST concepts (the very basics are already there) natively and cleanly.

Things we’ll need to consider are:

REST Framework Essentials

The following bullet points are from a review by Matthew Turland of the Recess! Framework:

This is a minimized, in-progress “checklist” version of the above for easy reference: * define resources * define supported methods * send proper HTTP error messages * send informative Allow header (with 405’s and HEAD requests especially)

(optional, but nice) * documentation

See also: