REST for Zend Framework

July 3rd, 2008 jasoneisen Posted in Doctrine, REST, Zend |

I’ve created a small library to make my ZF apps more RESTful. If you’d like to take a look: http://code.google.com/p/restfulphp/.

Credit to Jani and David

Best examples I can provide at the moment are in the demo folder. The routes act nearly identical to those found in the pdf here.

$this->Url(array(), ‘plural_path’);
$this->Url(array(’id’=>$id), ‘edit_singular_path’);
etc…

I’ll post some better documentation and usage soon, but it’s a 3 day weekend coming up, plus it’s my birthday sat, so it may be a few days :)

Tags: , , , ,

2 Responses to “REST for Zend Framework”

  1. Oh hi!

  2. any docs or usage yet…

Leave a Reply