<?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>Fri, 24 May 2013 03:11:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Automate PSR Compliance through Jenkins]]></title>
      <guid>http://www.phpdeveloper.org/news/18166</guid>
      <link>http://www.phpdeveloper.org/news/18166</link>
      <description><![CDATA[<p>
On PHPMaster.com today there's new tutorial showing how you can <a href="http://phpmaster.com/automate-psr-compliance-through-jenkins/">enforce compliance with the PSR standards</a> in your application's code with the help of the <a href="http://jenkins-ci.org/">Jenkins</a> continuous integration tool.
</p>
<blockquote>
Though it's still early to guarantee that the PSRs will be widely adopted as the de facto standard for writing serious PHP applications, it is interesting to note that a code sniffer and fixer that looks for code deviations was developed by nobody less than Fabien Potencier, the creator of the Symfony framework. (Et bien, ils ne sont pas fous, ces français!) In the rest of the article we shall find out what his PHP-CS-Fixer does and how can it be integrated with a CI tool like Jenkins.
</blockquote>
<p>
He shows how to install a tool that can help you keep your source in compliance - the <a href="http://cs.sensiolabs.org/">"fixer"</a> (created by <i>Fabien Potencier</i>) to help correct the problems found in your code. He includes the command line calls you'll need to run the tool on your code and how to add the step to your build.
</p>]]></description>
      <pubDate>Tue, 03 Jul 2012 09:08:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: ZendCon 2010 Podcast - Dependency Injection]]></title>
      <guid>http://www.phpdeveloper.org/news/15690</guid>
      <link>http://www.phpdeveloper.org/news/15690</link>
      <description><![CDATA[<p>
<i>Kevin Schroeder</i> has <a href="http://www.eschrade.com/page/podcast-dependency-injection-4d24da84">posted a podcast</a> from last year's Zend/PHP Conference (2010) - <i>Fabien Potencier</i>'s session covering dependency injection.
</p>
<blockquote>
This session introduced one of the less-known design patterns in the PHP world, but also one that can greatly improve the decoupling and the testability of your code: Dependency Injection. I will demonstrate how to use Dependency Injection in your projects, and I will take advantage of the PHP 5.3 new features to create a fully-featured DI container live.
</blockquote>
<p>
Included in the post are links to <a href="http://www.slideshare.net/fabpot/dependency-injectionzendcon2010">the slides</a> for the talk as well as <a href="http://www.eschrade.com/media/podcasts/Dependency%20Injection.mp3">the link to download the mp3</a> directly.
</p>]]></description>
      <pubDate>Thu, 06 Jan 2011 08:12:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Fabien Potencier's Blog: Twitter and Emails are good; Postcards are better]]></title>
      <guid>http://www.phpdeveloper.org/news/15274</guid>
      <link>http://www.phpdeveloper.org/news/15274</link>
      <description><![CDATA[<p>
Been wanting to give direct feedback to the folks behind the Symfony project, but feel like maybe your tweets and emails are just getting lost in the shuffle? <i>Fabien Potencier</i> has <a href="http://fabien.potencier.org/article/46/twitter-and-emails-are-good-postcards-are-better">an alternative</a> you can try - send him a postcard!
</p>
<blockquote>
As a lead developer of Symfony, I need feedback. Symfony being an Open-Source project, there is no way I can know how many people are using it, who they are and what they do with it. That's fine and all, but sometimes, that would really help me to know the Symfony user base a bit more.
</blockquote>
<p>
</p>
If you either just like the framework or use it in your projects, think about sending him a postcard of appreciation. His address(es) are <a href="http://fabien.potencier.org/article/46/twitter-and-emails-are-good-postcards-are-better">included in the post</a>.]]></description>
      <pubDate>Wed, 13 Oct 2010 13:15:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPImpact Blog: The PHP framework that fits in a tweet!]]></title>
      <guid>http://www.phpdeveloper.org/news/12092</guid>
      <link>http://www.phpdeveloper.org/news/12092</link>
      <description><![CDATA[<p>
In the spirit of making the most out of the room you have <i>Fererico Cargnelutti</i> has <a href="http://blog.fedecarg.com/2009/03/06/the-php-framework-that-fits-in-a-tweet/">pointed out a framework in a tweet</a> (on <a href="http://twitter.com">Twitter</a>) with some of the new PHP 5.3 additions - <a href="http://twitto.org/">Twitto</a>.
</p>
<blockquote>
<a href="http://twitto.org/">Twitto</a> is the smallest and fastest PHP Web framework, and the first one to use the newest features of PHP 5.3. Packed in less than 140 characters, it fits in a <a href="http://twitter.com/">tweet</a>! Despite its size, Twitto is bundled with a default controller, is E_STRICT compliant, and generates an error if you try to access a controller that does not exist.
</blockquote>
<p>
It was developed by <a href="http://fabien.potencier.org/">Fabien Potencier</a> (of symfony framework fame) as a part of the <A href="http://f055.net/article/final-wrap-up-of-the-140-characters-webapp-challenge/">140 Characters Webapp Challenge</a>
</p>]]></description>
      <pubDate>Mon, 09 Mar 2009 11:16:43 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Dash's Blog: SymfonyCamp]]></title>
      <guid>http://www.phpdeveloper.org/news/8635</guid>
      <link>http://www.phpdeveloper.org/news/8635</link>
      <description><![CDATA[<p>
<i>Dave Dash</i> has <a href="http://spindrop.us/2007/09/11/symfonycamp/">posted his own summary</a> about a recent PHP-related conference that happened in Amersfoort - <a href="http://symfonycamp.com/">SymfonyCamp</a>.
</p>
<p>
He talks about some of the presentations given, the other conference attendees, <i>Fabien Potencier</i>'s Symfony 2.0 talk, his own talk on the Zend Search Lucene component and the "clean up" project they spent a day working on.
</p>
<p>
You can also check out <a href="http://www.symfony-project.com/blog/2007/09/07/symfony-camp">Fabien's overview</a> of the event (with more photos) for a different perspective.
</p>]]></description>
      <pubDate>Wed, 12 Sep 2007 08:45:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Interview w/Francois Zaninotto & Fabien Potencier (Definitive Guide to symfony)]]></title>
      <guid>http://www.phpdeveloper.org/news/7540</guid>
      <link>http://www.phpdeveloper.org/news/7540</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/node/view/id/1878">posted an interview</a> with the two authors of one of APress' latest releases, "The Definitive Guide to symfony" - <i>Francois Zaninotto</i> and <i>Fabien Potencier</i>.
</p>
<blockquote>
Frameworks are everywhere in the PHP community these days. Different frameworks fill different needs and have different personalities behind them. Recently I had the opportunity to talk with Francois Zaninotto and Fabien Potencier, the driving forces behind the symfony framework. Not too long ago, symfony released their 1.0 milestone version. They have also released their extensive documentation in print from <a href="http://www.apress.com/">Apress</a>, as well as <a href="http://www.symfony-project.com/book/trunk">on the web</a>.
</blockquote>
<p>
The questions range from the usual "how did you get started with PHP" out to questions about the book, about the framework, and about the documentation surrounding both.
</p>]]></description>
      <pubDate>Fri, 30 Mar 2007 16:18:00 -0500</pubDate>
    </item>
  </channel>
</rss>
