News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
REST - Can You do More than Spell It? Part 2
May 04, 2012 @ 13:02:14

On PHPMaster.com today they've posted their series on "speaking REST" (part one is here), developing a PHP-based RESTful framework.

In the first article of his series, David explained how REST is more than an architectural pattern. It's a set of guiding principles that, if followed, can help you write scalable and robust applications. In the following articles, David will resume the discussion by looking at REST from the client-side of the equation. In this article though I'd like to focus on the server-side. You'll learn how to shift your thinking from the action-focused mindset that's prevalent in web development today to a more RESTful, resource oriented, approach, and see one way to structure your code and route URI requests in PHP.

He talks about the change in mindset it takes to create an effective, resource-focused RESTful service and shows some of the initial steps towards getting it all down in code (based on a simplified "front controller" that routes the request appropriately). The resources are defined as classes (like the "Restaurant" in their example) which then handles the type of request based on the request type (GET, POST, etc).

0 comments voice your opinion now!
rest webservice introduction front controller resource


blog comments powered by Disqus

Similar Posts

Juan Treminio: An introduction to Pimple and Service Containers

The Bakery: RESTful Web Services With CakePHP

Bruno Goncalves' Blog: Writting your first WordPress plugin

MaltBlue.com: Zend Framework 2 ServiceManager - Web Application Development Simplified

PHPMaster.com: Generate QR Codes in PHP


Community Events











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


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

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