News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Building RESTful Services with Zend Framework
November 09, 2009 @ 11:48:28

Matthew Weier O'Phinney has posted a "second part" of a group of articles he's doing on web services with the Zend Framework. In this new blog post he gets into more detail on setting up REST interfaces for your applications.

At its heart, REST simply dictates that a given resource have a unique address, and that you interact with that resource using HTTP verbs. [...] What the REST paradigm provides you is a simple, standard way to structure your CRUD (Create-Read-Update-Delete) applications. Due to the large number of REST clients available, it also means that if you follow the rules, you get a ton of interoperability with those clients.

He shows how to create a simple REST server with the Zend_Rest_Route package and touches briefly on the proper way for your script to respond to a request.

0 comments voice your opinion now!
rest webservice zendframework


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Setting up your Zend_Test test suites

Blue Parabola Blog: Getting Started with Zend_Test

Zend Developer Zone: Flex and Zend Framework - Part 1

Zend Developer Zone: Leveraging Zend Framework Components from Adobe Flash Platform Applications

Mihai Corlan's Blog: Debugging Flex and PHP


Community Events











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


unittest podcast introduction testing code object database interview phpunit composer example release functional opinion language development zendframework2 framework conference community

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