Hi All,
I'm looking to create a RESTful or pseudo-Restful based web service on a PHP/MySql stack. I'm wondering what some of the frameworks you suggest I look at?
I've been looking at Zend with Zend_Rest, but I'm curious to other things out there.
Ideally, there's be some form of ActiveRecord based object mapping to the exposed web service to make working with a MySQL database simpler.
Also, doesn't have to be true REST, passing in a parameter to the url is perfectly acceptable for DELETES and PUTS.
There will also be NO UI written in PHP with this, just pure XML POST/Response web service.
Thanks