<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 11:30:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: The Essentials of Creating Laravel Bundles]]></title>
      <guid>http://www.phpdeveloper.org/news/18241</guid>
      <link>http://www.phpdeveloper.org/news/18241</link>
      <description><![CDATA[<p>
Continuing in their series looking at using the <a href="http://laravel.com">Laravel PHP framework</a>, NetTuts.com has posted <a href="http://net.tutsplus.com/tutorials/php/the-essentials-of-creating-laravel-bundles/">this latest article</a> focusing on the creation of "bundles" for use in Laravel-based applications.
</p>
<blockquote>
The <a href="http://laravel.com/">Laravel PHP framework</a> offers its bundles system to allow developers to redistribute useful packages of code, or to organize applications into several "bundles" of smaller applications. In this tutorial, we will learn the ins and outs of creating and distributing bundles from scratch. A Laravel bundle has access to all of the features that the framework offers to its host application, including routing, migrations, tests, views and numerous other useful features.
</blockquote>
<p>
They start with the "when to create a bundle?" question, a combination of the answers to four other questions (like "could others use it?" or "should this just be a library?"). From there they get into the actual code, showing you how to create a basic bundle that works with the <a href="https://en.gravatar.com/">Gravatar</a> service to pull an image for a given email address. Also included is a sample unit test, how to implement it in the controller and a sample view that interacts with it to make it all work.
</p>]]></description>
      <pubDate>Wed, 18 Jul 2012 10:03:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: NP-Gravatar]]></title>
      <guid>http://www.phpdeveloper.org/news/15016</guid>
      <link>http://www.phpdeveloper.org/news/15016</link>
      <description><![CDATA[<p>
In a new post to the Zend Developer Zone today the <a href="http://devzone.zend.com/article/12475-NP-Gravatar">NP-Gravatar libraries</a> are introduced as a way to hook your application into the <a href="http://www.gravatar.com/">Gravatar</a> web service.
</p>
<blockquote>
<a href="http://www.gravatar.com/">Gravatar</a> is a famous web-service for providing globally-unique avatars. Gravatar, like many other web services, has its own APIs, which are based on simple HTTP GET requests. [...] By studying and analyzing those APIs, I come up with an idea to create a Zend Framework implementation of all those Gravatar services. That resulted in NP-Gravatar package, which will be presented in this post.
</blockquote>
<p>
<a href="http://code.google.com/p/np-gravatar/">The project</a> gives you two service classes and one view helper to make the integration with the frontend simpler. He explains each library and gives a code sample of them in action - grabbing profile information, an interface to the XML-RPC service they offer and the view helper to call a simple "gravatar()" method inside of an IMG tag.
</p>]]></description>
      <pubDate>Wed, 25 Aug 2010 10:12:44 -0500</pubDate>
    </item>
  </channel>
</rss>
