<?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>Thu, 23 May 2013 21:41:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Anna Filina: Full Test Coverage is Impractical]]></title>
      <guid>http://www.phpdeveloper.org/news/19625</guid>
      <link>http://www.phpdeveloper.org/news/19625</link>
      <description><![CDATA[<p>
In her <a href="http://annafilina.com/blog/full-test-impractical/">latest post</a> <i>Anna Filina</i> proposes that full test coverage is an impractical way to measure the quality of your software. It can provide a false sense of security, even if the tests are poorly written.
</p>
<blockquote>
Many developers claim that to achieve high quality software, developers must create automated tests that ensure that all possible execution routes have been covered. This is also known as full path coverage. I will argue that different types of software require different testing approaches and that full path coverage is impractical in almost every case. Too many tests simply create clutter.
</blockquote>
<p>
She looks at how it's impractical to expect that all tests will be written efficiently or even correctly. Even simple tests are enough to show up on code coverage reports but may only be painting part of the picture. She also notes that not all software can be tested the same way - things like APIs require different testing skills/methods than something like consumer software. 
</p>
<blockquote>
In the end, there are no exact rules on how much to test. The most important thing to keep in mind is that writing tests for the sake writing tests is futile and costly.  [...] Focus on building great software. Tests are a tool to make it better. Just don't overdo it.
</blockquote>
Link: http://annafilina.com/blog/full-test-impractical]]></description>
      <pubDate>Thu, 23 May 2013 12:06:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ZFort Group: The Battle of the Titans. Zend vs. Symfony]]></title>
      <guid>http://www.phpdeveloper.org/news/19624</guid>
      <link>http://www.phpdeveloper.org/news/19624</link>
      <description><![CDATA[<p>
In <a href="http://www.zfort.com/blog/zend-vs-symfony/">this new post</a> to the ZFort blog <i>Elena Bizina</i> compares Symfony and Zend Framework from her perspective, looking at things like functionality, general understanding and community.
</p>
<blockquote>
Zend and Symfony are the two frameworks that are often compared. Which one is more functional? Which one is more preferable in terms of productivity? Which one is better for general understanding? Which of these two has a larger community? I've asked Zfort Group experts to help me with these questions, and here's what we have come to.
</blockquote>
<p>
She first gives a high-level overview of each framework, pointing out a few of the features and tools they have built-in. She then goes on to answer the questions above, noting that she sees Symfony as coming out in the lead. Some of the questions are a little vague, so it's not entirely clear why one is different than the other. What do you think? <a href="http://www.zfort.com/blog/zend-vs-symfony/">Leave a comment here</a> with your opinions.
</p>
Link: http://www.zfort.com/blog/zend-vs-symfony]]></description>
      <pubDate>Thu, 23 May 2013 11:55:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lorna Mitchell: Simplest PHP Generator Example]]></title>
      <guid>http://www.phpdeveloper.org/news/19623</guid>
      <link>http://www.phpdeveloper.org/news/19623</link>
      <description><![CDATA[<p>
On her blog <i>Lorna Mitchell</i> has posted an example of a <a href="http://www.lornajane.net/posts/2013/simplest-php-generator-example">basic generator</a> written in PHP, a feature of the upcoming PHP version 5.5</a>.
</p>
<blockquote>
I really like the generators feature that's arriving in PHP 5.5, and since we're now into release candidate releases, it's actually not that far away. I've been speaking on this topic and I thought I'd share my trivially simple code example from my slides.
</blockquote>
<p>
She includes an example of a very basic generator using the new "yield" keyword and how to implement it in a simple foreach loop. There's also a little talk about when is a good time to use generators in your applications (two examples: complex number calculation and working with large data sets a chunk at a time). For more information on how these generators will work, check out <a href="http://php.net/manual/en/language.generators.overview.php">this page</a> in the PHP manual.
</p>
Link: http://www.lornajane.net/posts/2013/simplest-php-generator-example]]></description>
      <pubDate>Thu, 23 May 2013 10:31:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Engine Yard: A Conversation About Testing in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/19622</guid>
      <link>http://www.phpdeveloper.org/news/19622</link>
      <description><![CDATA[<p>
On the Engine Yard blog today they've <a href="https://blog.engineyard.com/2013/a-conversation-about-testing-in-php">posted a conversation about testing</a> between <I>Ed Finkler</i> and <i>Chris Hartjes</i> (also the hosts of the <a href="http://devhell.info/">DevHell podcast</a>).
</p>
<blockquote>
Our friends <a href="https://twitter.com/funkatron">Ed Finkler</a> and <a href="https://twitter.com/grmpyprogrammer">Chris Hartjes</a> recently had a chat about testing in PHP.  Read on to get the low down on different testing tools and their relative merits-check it out as Ed and Chris weep for the future, come to some interesting conclusions and get their hands dirty so you don't have to.
</blockquote>
<p>
They talk some about the current tools for unit testing in PHP applications and show what a sample test looks like. <i>Ed</i> talks about how the current testing tools can make it intimidating for people to get started testing and mentions the built-in testing library in Python that is a bit easier. There's also some mention of acceptance/functional testing and the Behat + Mink combo.
</p>
Link: https://blog.engineyard.com/2013/a-conversation-about-testing-in-php]]></description>
      <pubDate>Thu, 23 May 2013 09:42:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Packagist Latest Releases for 05.23.2013]]></title>
      <guid>http://www.phpdeveloper.org/news/19620</guid>
      <link>http://www.phpdeveloper.org/news/19620</link>
      <description><![CDATA[Recent releases from the Packagist:<ul><li><a href="https://packagist.org/packages/piwik/piwik">piwik/piwik (1.12-b16)</a>
Open Source Real Time Web Analytics Platform<br/><br/>
<li><a href="https://packagist.org/packages/mjohnson/utility">mjohnson/utility (1.4.3)</a>
A collection of CakePHP utility libraries.<br/><br/>
<li><a href="https://packagist.org/packages/superdweebie/identity-module">superdweebie/identity-module (0.3)</a>
Zend Framework 2 Module that provides user management<br/><br/>
<li><a href="https://packagist.org/packages/mjohnson/decoda">mjohnson/decoda (6.0.4)</a>
A lightweight lexical string parser for BBCode styled markup.<br/><br/>
<li><a href="https://packagist.org/packages/lumedigital/wordpress-installer">lumedigital/wordpress-installer (0.1)</a>
Wordpress installer if you want to work with wordpress instances as full-package. eg. package to have wordpress files and references to plugins and themes<br/><br/>
<li><a href="https://packagist.org/packages/kphoen/sitemap-bundle">kphoen/sitemap-bundle (1.1.4)</a>
Provides a way to create/generate a sitemap using Propel, Doctrine, etc.<br/><br/>
<li><a href="https://packagist.org/packages/danielmewes/php-rql">danielmewes/php-rql (1.5.2)</a>
A PHP client driver for the RethinkDB query language (ReQL)<br/><br/>
<li><a href="https://packagist.org/packages/sabre/vobject">sabre/vobject (3.0.0-alpha2)</a>
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects<br/><br/>
<li><a href="https://packagist.org/packages/bcen/silex-dispatcher">bcen/silex-dispatcher (0.4.2)</a>
A Silex plugin<br/><br/>
<li><a href="https://packagist.org/packages/ncsuwebdev/base-otf-app">ncsuwebdev/base-otf-app (1.0.4)</a>
Base app for creating an OTF app<br/><br/>
<li><a href="https://packagist.org/packages/ncsuwebdev/otframework">ncsuwebdev/otframework (3.0.4)</a>
Base application framework<br/><br/>
<li><a href="https://packagist.org/packages/ibrows/wizard-annotation-bundle">ibrows/wizard-annotation-bundle (1.0.3)</a>
Simple wizard for a controller with validation methods<br/><br/>
<li><a href="https://packagist.org/packages/havvg/cloudcontrol-bundle">havvg/cloudcontrol-bundle (v1.0.0-beta4)</a>
This bundle integrates your application on the cloudControl PaaS.<br/><br/>
<li><a href="https://packagist.org/packages/havvg/dry-bundle">havvg/dry-bundle (v1.0.3)</a>
A Symfony2 bundle providing helpers to ease usage of common patterns.<br/><br/>
<li><a href="https://packagist.org/packages/kamisama/php-resque-ex">kamisama/php-resque-ex (1.2.5)</a>
Redis backed library for creating background jobs and processing them later. PHP port based on resque for Ruby.<br/><br/>
<li><a href="https://packagist.org/packages/aporat/php_gearman_daemons">aporat/php_gearman_daemons (1.0.0)</a>
PHP Gearman Deamon Manager<br/><br/>
<li><a href="https://packagist.org/packages/paypal/permissions-sdk-php">paypal/permissions-sdk-php (v3.4.102)</a>
PayPal permission SDK for PHP<br/><br/>
<li><a href="https://packagist.org/packages/paypal/merchant-sdk-php">paypal/merchant-sdk-php (v3.4.102)</a>
PayPal Merchant SDK for PHP<br/><br/>
<li><a href="https://packagist.org/packages/paypal/invoice-sdk-php">paypal/invoice-sdk-php (v3.4.102)</a>
PayPal invoice SDK for PHP<br/><br/>
<li><a href="https://packagist.org/packages/paypal/buttonmanager-sdk-php">paypal/buttonmanager-sdk-php (v3.4.102)</a>
PayPal buttonmanager SDK for PHP<br/><br/>
<li><a href="https://packagist.org/packages/paypal/adaptivepayments-sdk-php">paypal/adaptivepayments-sdk-php (v3.4.102)</a>
PayPal adaptivepayments SDK for PHP<br/><br/>
<li><a href="https://packagist.org/packages/havvg/lock">havvg/lock (v2.0.0, v1.1.0)</a>
A component for simple resource locking.<br/><br/>
<li><a href="https://packagist.org/packages/mrprompt/cielo">mrprompt/cielo (2.0)</a>
Description of project Db.<br/><br/>
<li><a href="https://packagist.org/packages/kitpages/data-grid-bundle">kitpages/data-grid-bundle (v1.7.0)</a>
Symfony DataGridBundle<br/><br/>
<li><a href="https://packagist.org/packages/rah/danpu">rah/danpu (2.5.0, 1.5.0)</a>
MySQL database dump and restoration tool implemented in PHP<br/><br/>
<li><a href="https://packagist.org/packages/webmasters/doctrine-extensions">webmasters/doctrine-extensions (2.3.7)</a>
Doctrine2 extensions<br/><br/>
<li><a href="https://packagist.org/packages/willdurand/geocoder">willdurand/geocoder (1.6.0)</a>
The almost missing Geocoder PHP 5.3 library.<br/><br/>
<li><a href="https://packagist.org/packages/sammaye/mongoyii">sammaye/mongoyii (1.2.4)</a>
A Yii MongoDB ORM<br/><br/>
<li><a href="https://packagist.org/packages/payment/httpclient-buzz">payment/httpclient-buzz (1.1.0)</a>
http client bridge for buzz<br/><br/>
<li><a href="https://packagist.org/packages/fiber/fiber">fiber/fiber (0.3.0)</a>
Dependency Injector Container<br/><br/>
<li><a href="https://packagist.org/packages/pagon/fiber">pagon/fiber (0.3.0)</a>
Dependency Injector Container of Pagon<br/><br/>
</ul>]]></description>
      <pubDate>Thu, 23 May 2013 08:03:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Site News: Blast from the Past - One Year Ago in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/19621</guid>
      <link>http://www.phpdeveloper.org/news/19621</link>
      <description><![CDATA[Here's what was popular in the PHP community one year ago today:<ul><li><a href="http://phpdeveloper.org/news/17991">PHPMaster.com: PSR-1 and PSR-2 to be Approved as Standards</a>
<li><a href="http://phpdeveloper.org/news/18005">DeveloperWorld: How to make PHP apps scale</a>
<li><a href="http://phpdeveloper.org/news/17993">9Lessons.info: Login with Instagram OAuth using PHP</a>
<li><a href="http://phpdeveloper.org/news/17988">Till Klampaeckel's Blog: Zend Framework: CRUD</a>
<li><a href="http://phpdeveloper.org/news/17996">Phil Sturgeon's Blog: Laravel is Awesome</a>
<li><a href="http://phpdeveloper.org/news/17983">Gonzalo Ayuso's Blog: Database connection pooling with PHP and React (node.php)</a>
<li><a href="http://phpdeveloper.org/news/17994">Michael Nitschinger's Blog: A primer on PHP exceptions</a>
<li><a href="http://phpdeveloper.org/news/18001">PHPMaster.com: 10 Tips for Better Coding</a>
<li><a href="http://phpdeveloper.org/news/17995">Lineke Kerckhoffs-Willems' Blog: How to use the Symfony2 SonataAdminBundle</a>
<li><a href="http://phpdeveloper.org/news/17984">Sean Coates' Blog: Use `env`</a>
<li><a href="http://phpdeveloper.org/news/18002">PHPBuilder.com: Debugging Your Magento E-Commerce Applications in PHP</a>
<li><a href="http://phpdeveloper.org/news/18004">Rafe Colburn's Blog: A list of engineering blogs</a>
<li><a href="http://phpdeveloper.org/news/17982">Mike Purcell's Blog: PHPUnit - Upgrade - Convert assertType to assertInternalType</a>
<li><a href="http://phpdeveloper.org/news/18000">NetTuts.com: 3 Key Software Principles You Must Understand</a>
<li><a href="http://phpdeveloper.org/news/18006">PHPMaster.com: Introspection and Reflection in PHP</a>
</ul>]]></description>
      <pubDate>Thu, 23 May 2013 07:05:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Reddit.com: Preferred framework for REST usage?]]></title>
      <guid>http://www.phpdeveloper.org/news/19619</guid>
      <link>http://www.phpdeveloper.org/news/19619</link>
      <description><![CDATA[<p>
Over on Reddit.com recently a discussion was kicked off asking people <a href="http://www.reddit.com/r/PHP/comments/1em2ne/preferred_framework_for_rest_usage/">what framework they used for REST</a> - their tool of choice for making API creation simple.
</p>
<blockquote>
I was wondering what people here preferred for setting up REST APIs. Specifically if they had a preferred PHP framework for setting them up. in the past I had used CodeIngiter but am looking at Laravel some recently. I don't anticipate extremely heavy usage but I'd like to easily update the framework when it has new releases without a real pain working around my models and controllers.
</blockquote>
<p>Several different options were mentioned in the comments including:</p>
<ul>
<li><a href="http://flightphp.com/">Flight</a>
<li><a href="http://silex.sensiolabs.org/">Silex</a>
<li><a href="http://symfony.com/">Symfony2</a>
<li><a href="http://phalconphp.com/">phalcon</a>
<li><a href="http://laravel.com">Laravel</a>
<li><a href="http://cakephp.org">CakePHP</a>
</ul>
<p>
Do you have a favorite you use for your REST APIs? <a href="http://www.reddit.com/r/PHP/comments/1em2ne/preferred_framework_for_rest_usage/">share it here</a>!
</p>
Link: http://www.reddit.com/r/PHP/comments/1em2ne/preferred_framework_for_rest_usage]]></description>
      <pubDate>Wed, 22 May 2013 11:52:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMaster.com: Openbiz Cubi: A Robust PHP Application Framework, Part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/19618</guid>
      <link>http://www.phpdeveloper.org/news/19618</link>
      <description><![CDATA[<p>
PHPMaster.com has posted the second part of their look at the Openbiz Cubi framework (<a href="http://phpdeveloper.org/news/19599">part one here</a>), this time focusing on the code - mostly XML - that you'll need to create your own custom module.
</p>
<blockquote>
In the first part of this series we talked about the development challenges we face and how Openbiz Cubi can help by providing a solid, ready-to-use web application framework. In this part we'll see how to build our own module and dive a bit deeper into the core architecture of the framework.
</blockquote>
<p>
They include the SQL you'll need to run to create a new table for the "Customer" module they're going to help you build. With that in place, they walk you through the command to execute to make the module skeleton, the locations of the XML files to work with and the contents of each. Included in the module are things like a data object, a module description file and the form object. He finishes up the post with a look at the overall flow of the Cubi execution so you know where each piece falls.
</p>
Link: http://phpmaster.com/openbiz-cubi-a-robust-php-application-framework-2]]></description>
      <pubDate>Wed, 22 May 2013 10:27:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: 5 Reasons Why the Web Platform War is Over: PHP Won with 75% says Google]]></title>
      <guid>http://www.phpdeveloper.org/news/19617</guid>
      <link>http://www.phpdeveloper.org/news/19617</link>
      <description><![CDATA[<p>
In <a href="http://www.phpclasses.org/blog/post/208-5-Reasons-Why-the-Web-Platform-War-is-Over-PHP-Won-with-75-says-Google.html">this new post</a> to the PHPClasses.org blog <i>Manuel Lemos</i> talks some about the recent introduction of PHP into Google's App Engine offerings.
</p>
<blockquote>
During Google I/O 2013 event a Google manager said PHP runs on 75% of the Web sites. So they decided to finally support PHP as in their AppEngine hosting service. Read this article to understand why this puts an end to years of false claims that PHP was losing market, as well what it means to Web developers using PHP or other languages.
</blockquote>
<p>
He looks at the App Engine PHP offering and looks at whether or not its a good platform to use for hosting your application. He points out some advantages and disadvantages (including no local file system access and no remote resource access). He also includes five reasons why the "web platform war is over" and why PHP has come out victorious:
</p>
<ul>
<li>Google Knows Because They Crawl the Whole Web
<li>Google Does Not Influence Web Developers so much
<li>Wordpress is the Dominant Blog Platform (not Blogger)
<li>Programming Does Not Have to Be Beautiful
<li>PHP Detractors Have the Wrong Focus
</ul>
<p>
He admits, though, that PHP may not be dominant forever - it's not perfect, but there will always be a need for something that does what it can do (and does it well).
</p>
Link: http://www.phpclasses.org/blog/post/208-5-Reasons-Why-the-Web-Platform-War-is-Over-PHP-Won-with-75-says-Google.html]]></description>
      <pubDate>Wed, 22 May 2013 09:06:11 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Packagist Latest Releases for 05.22.2013]]></title>
      <guid>http://www.phpdeveloper.org/news/19615</guid>
      <link>http://www.phpdeveloper.org/news/19615</link>
      <description><![CDATA[Recent releases from the Packagist:<ul><li><a href="https://packagist.org/packages/kherge/box">kherge/box (2.0.0)</a>
A tool to simplify building PHARs.<br/><br/>
<li><a href="https://packagist.org/packages/kphoen/contact-bundle">kphoen/contact-bundle (1.0.3)</a>
Yet another contact bundle<br/><br/>
<li><a href="https://packagist.org/packages/manhim/cervo">manhim/cervo (2.2.1)</a>
A lightweight and highly modular structure framework for PHP.<br/><br/>
<li><a href="https://packagist.org/packages/atijust/minx">atijust/minx (0.1.0)</a>
Lightweight PHP framework.<br/><br/>
<li><a href="https://packagist.org/packages/notifier/notifier">notifier/notifier (0.5.0)</a>
Notifier, direct notifications.<br/><br/>
<li><a href="https://packagist.org/packages/sabre/vobject">sabre/vobject (3.0.0-alpha1)</a>
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects<br/><br/>
<li><a href="https://packagist.org/packages/webmasters/doctrine-extensions">webmasters/doctrine-extensions (2.3.6)</a>
Doctrine2 extensions<br/><br/>
<li><a href="https://packagist.org/packages/sonata-project/block-bundle">sonata-project/block-bundle (2.2.2)</a>
Symfony SonataBlockBundle<br/><br/>
<li><a href="https://packagist.org/packages/phundament/p3pages">phundament/p3pages (0.11.7)</a>
Page Manager<br/><br/>
<li><a href="https://packagist.org/packages/phpmyfaq/phpmyfaq">phpmyfaq/phpmyfaq (2.8.0)</a>
FAQ System<br/><br/>
<li><a href="https://packagist.org/packages/thorsten/phpmyfaq">thorsten/phpmyfaq (2.8.0)</a>
FAQ System<br/><br/>
<li><a href="https://packagist.org/packages/chronon/stripe">chronon/stripe (1.0.2)</a>
A CakePHP 2.x Stripe Payment Processing Component.<br/><br/>
<li><a href="https://packagist.org/packages/pagon/pagon">pagon/pagon (0.6.1)</a>
Pagon Framework<br/><br/>
<li><a href="https://packagist.org/packages/bit3/contao-compat">bit3/contao-compat (1.1.2)</a>
Compat layer to work around differences in the Contao 2 and Contao 3 API.<br/><br/>
<li><a href="https://packagist.org/packages/slevomat/sglogistics-api">slevomat/sglogistics-api (1.13.1)</a>
SG Logistics client API Library<br/><br/>
<li><a href="https://packagist.org/packages/phundament/p3widgets">phundament/p3widgets (0.11.6, 0.11.5)</a>
Widget Manager<br/><br/>
<li><a href="https://packagist.org/packages/phundament/app">phundament/app (0.20.6, 0.20.5)</a>
Yii Application Boilerplate, with packages from composer repository http://packages.phundament.com<br/><br/>
<li><a href="https://packagist.org/packages/dominionenterprises/dws-coding-standard">dominionenterprises/dws-coding-standard (v1.0.0)</a>
DWS Coding standard<br/><br/>
<li><a href="https://packagist.org/packages/jbuilder/jbuilder-bundle">jbuilder/jbuilder-bundle (1.0.0)</a>
Symfony2 bundle for JBuilder<br/><br/>
<li><a href="https://packagist.org/packages/zfr/zfr-pusher-module">zfr/zfr-pusher-module (1.0.0)</a>
Zend Framework 2 module for interacting with the Pusher REST API, built on top of ZfrPusher<br/><br/>
<li><a href="https://packagist.org/packages/nixilla/php-jwt">nixilla/php-jwt (v0.1.1, v0.1.0)</a>
Json Web Token for PHP<br/><br/>
<li><a href="https://packagist.org/packages/redcode/currency-rate-bundle">redcode/currency-rate-bundle (0.1.0-alpha)</a>
Symfony2 currency rate bundle<br/><br/>
<li><a href="https://packagist.org/packages/redcode/currency-rate">redcode/currency-rate (0.1.0-alpha)</a>
Base classes for currency rate load and convert<br/><br/>
<li><a href="https://packagist.org/packages/jbuilder/common">jbuilder/common (1.0.0, v1.0.0)</a>
This is a library for creating the structure of the JSON for PHP 5.4+<br/><br/>
<li><a href="https://packagist.org/packages/gedmo/doctrine-extensions">gedmo/doctrine-extensions (v2.3.6)</a>
Doctrine2 behavioral extensions<br/><br/>
<li><a href="https://packagist.org/packages/nunzion/php-expect">nunzion/php-expect (0.5.0)</a>
An expressive but lightweight library to validate preconditions and invariants.<br/><br/>
<li><a href="https://packagist.org/packages/fuelphp/dependency-injection">fuelphp/dependency-injection (0.1.0)</a>
Dependency handling.<br/><br/>
<li><a href="https://packagist.org/packages/samson/unexpected-response-bundle">samson/unexpected-response-bundle (0.1.2)</a>
Allows throwing a response from virtually anywhere<br/><br/>
<li><a href="https://packagist.org/packages/desarrolla2/rss-client">desarrolla2/rss-client (v2.0.4)</a>
A simple to use RSS client library.<br/><br/>
<li><a href="https://packagist.org/packages/phundament/p3bootstrap">phundament/p3bootstrap (0.14.2)</a>
Bootstrap Theme for Phundament<br/><br/>
<li><a href="https://packagist.org/packages/pscheit/psc-cms">pscheit/psc-cms (1.2.4)</a>
a content management system ontop of webforge.<br/><br/>
<li><a href="https://packagist.org/packages/icecave/slate">icecave/slate (0.4.0)</a>
A template engine for filesystem structures.<br/><br/>
<li><a href="https://packagist.org/packages/sqmk/pushy">sqmk/pushy (0.1.0)</a>
Pushy - A PHP client for Pushover<br/><br/>
<li><a href="https://packagist.org/packages/mjohnson/decoda">mjohnson/decoda (6.0.3)</a>
A lightweight lexical string parser for BBCode styled markup.<br/><br/>
</ul>]]></description>
      <pubDate>Wed, 22 May 2013 08:09:49 -0500</pubDate>
    </item>
  </channel>
</rss>
