Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPClasses.org:
Lately in PHP, Episode #37 - The Maturity of PHP
Jul 11, 2013 @ 16:04:19

PHPClasses.org has just posted the latest episode of their "Lately in PHP" podcast series - episode #37, "The Maturity of PHP".

With the release of version 5.5, PHP has reached a new level of maturity that helps making it be taken even more seriously. [Manuel and Cesar] also talked about the new design of the PHP.net site, the PHP Internals book site, and the proposals for anonymous exception catches and checking function return types.

You can listen to this latest episode either through the in-page player, by watch the Google Hangout video recording of the session.

tagged: phpclasses maturity podcast latelyinphp

Link: http://www.phpclasses.org/blog/post/213-The-Maturity-of-PHP--Lately-in-PHP-podcast-episode-37.html

Matthew Weier O'Phinney:
RESTful APIs with ZF2, Part 1
Feb 12, 2013 @ 17:40:26

Matthew Weier O'Phinney has posted the first part of a new series he's been working on about creating RESTful APIs with the help of Zend Framework v2. In this part, he looks at things like the "Richardson Maturity Model" and "Hypertext Application Language" as parts of development of the API too.

RESTful APIs have been an interest of mine for a couple of years, but due to circumstances, I've not had much chance to work with them in any meaningful fashion until recently. Rob Allen and I proposed a workshop for PHP Benelux 2013 covering RESTful APIs with ZF2. When it was accepted, it gave me the perfect opportunity to dive in and start putting the various pieces together.

After going over the "Richardson Maturity Model" for the REST structure he spends the rest of the post looking at HAL ("Hypertext Application Language") structure and examples. He mentions the media types it uses, how it handles links between resources and how to embed a resource into the resulting response.

tagged: restful rest api zendframework2 richardson maturity model hal tutorial hypertext application language

Link:


Trending Topics: