Joseph Crawford's Blog: Zend Framework: Creating RESTful Applications
PHPdeveloper.org |
1 comment |
Thursday, March 11, 2010
Joseph Crawford has a new post to his blog today with a look at his use of the Zend_Rest_Controller and Zend_Rest_Route components of the Zend Framework to create a simple REST service.
[…]
Create RESTful Server Application Using The Zend Framework
sudheerboss |
0 comments |
Tuesday, November 17, 2009
The Zend Framework 1.9 release added a new feature - Zend_Rest_Controller. Zend_Rest_Controller and Zend_Rest_Route classes go hand in hand. In the previous versions of the Zend Framework, we have had the Zend_Rest_Server component. We still have. Since Zend_Rest_Server provides an RPC like component violating the REST architectural constraint, it is likely to be deprecated in the future versions of the Zend Framework. Learn how to create RESTful applications using the Zend Framework
[…]
Creating a REST API with PHP
Eli White (Editor-in-Chief) |
0 comments |
Tuesday, February 24, 2009
On his blog Ian Selby wrote a tutorial that takes you from ground up in building a REST API using PHP. It explains what REST is, why you would consider it over SOAP, and then step by step takes you through constructing the code to make it all happen.
[…]
Building a Web Service Client using the Zend Framework
Eli White (Editor-in-Chief) |
0 comments |
Friday, February 20, 2009
An excellent article has been posted on Federico Cargnelutti’s blog that steps the reader through the process of consuming a Web Service and building an application based upon it. In this example he builds a simple class that extends Zend_Rest_Client, that allows easy access to the Digg API.
[…]
PHP Abstract Podcast Episode 24: Web Services
Cal Evans (editor) |
3 comments |
Thursday, November 1, 2007
Today’s special guest is Davey Shafik. Davey is a regular on PHP Abstract and I’ve receited his bio enough so that those of you who listen regularly can probably recite along with me. Davey is a full time developer with 10 years experience in PHP and related technologies. He is an author of both magazine articles as well as books and regularly speaks at PHP conferences. His latest book was just released, “The PHP Anthology: 101 Essential Tips, Tricks & Hacks, 2nd Edition” which he co wrote with another PHP Abstract host, Matthew Weier O’Phinney. They had a lot of help from other PHP Lumminaries including Ligaya Turmelle of phpwomen.org. A link to this brand new book can be found in the show notes.
[…]
Maugrim The Reaper writes on RESTful Web Services with Zend Framework
Cal Evans (editor) |
1 comment |
Sunday, November 12, 2006
Paddy is back and blogging! He has had a stream of great posts since he came back online. Thursday he posted a great REST tutorial. Click on inside and I’ll give you the details.
[…]

