News Feed
Jobs Feed
Sections




News Archive
William Durand:
REST APIs with Symfony2 The Right Way
August 02, 2012 @ 12:03:24

In this new post to his site William Durand looks at creating a RESTful API with the help of the Symfony2 framework.

Designing a REST API is not easy. No, really! If you want to design an API the right way, you have to think a lot about everything, and either to be pragmatic or to be an API terrorist. It's not just about GET, POST, PUT, and DELETE. In real life, you have relations between resources, the need to move a resource somewhere else (think about a tree), or you may want to set a specific value to a resource. This article will sum up everything I learnt by building different APIs, and how I used Symfony2, the FOSRestBundle, the NelmioApiDocBundle, and Propel.

It's a long post and covers things very completely with plenty of code samples and descriptions showing you how to use these pieces to make the API. He covers the major HTTP verbs (GET, POST, PUT & DELETE) as well as one of the lesser used ones - PATCH. He also looks at the HATEOAS documentation method and a brief look at using a simple client to do some testing.

0 comments voice your opinion now!
symfony2 api rest tutorial bundle patch


blog comments powered by Disqus

Similar Posts

Alex Netkachov's Blog: PHP fluent API tips

Tobias Schlitt\'s Blog: The eZ components tutorial online

Adam Trachtenberg's Blog: PHP SOAP vs. SDO

PHPWomen.org: One way to handle concurrency in a multi-user web app

Content with Style Blog: A caching pattern for models


Community Events











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


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

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