<?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 04:54:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Paul Jones: Aura: First 1.0.0 Stable Library Releases!]]></title>
      <guid>http://www.phpdeveloper.org/news/18825</guid>
      <link>http://www.phpdeveloper.org/news/18825</link>
      <description><![CDATA[<p>
As <i>Paul Jones</i> mentions in <a href="http://paul-m-jones.com/archives/2976">this new post</a> to his site, the <a href="http://auraphp.github.com/">Aura Framework</a> project has just released it's 1.0 stable version of all of its packages. The Aura project provides independent library packages for PHP 5.4+. These packages can be used alone, in concert with each other, or combined into a full-stack framework of their own.
</p>
<blockquote>
The Aura Project for PHP 5.4 is happy to announce its first release of 1.0.0 stable library packages. [...] In addition, we have initial beta releases of four new libarary packages. [...] While the above packages are completely independent of each other, Aura also has a <a href="https://github.com/auraphp/Aura.Framework">Framework</a> package that binds them all together. 
</blockquote>
<p>
Packages included in the v1.0 of the framework include <a href="https://github.com/auraphp/Aura.Cli">Aura.Cli</a>, <a href="https://github.com/auraphp/Aura.Http">Aura.Http</a> and <a href="https://github.com/auraphp/Aura.Signal">Aura.Signal</a>. Beta packages are things like <a href="https://github.com/auraphp/Aura.Filter">Aura.Filter</a> and <a href="https://github.com/auraphp/Aura.Intl">Aura.Intl</a>.
</p>
<p>
You can find out more about the project from <a href="http://auraphp.github.com/">its site over on github</a>.
</p>]]></description>
      <pubDate>Fri, 30 Nov 2012 10:34:11 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Phil Sturgeon's Blog: Packages: The Way Forward for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/17636</guid>
      <link>http://www.phpdeveloper.org/news/17636</link>
      <description><![CDATA[<p>
In <a herf="http://philsturgeon.co.uk/blog/2012/03/packages-the-way-forward-for-php">this new post</a> to his blog <i>Phil Sturgeon</i> talks about what he (and apparently several others) think is the "way forward for PHP" to make it a better language and ecosystem - packages.
</p>
<blockquote>
What is a package? A package is a piece of reusable code that can be dropped into any application and be used without any tinkering to add functionality to that code. [...] Most package systems also allow for something called dependencies. [...] This is how most modern programming languages work, but to make a generalisation: PHP developers hate packages. Why? Well while other languages have great systems like <a href="http://www.cpan.org/">CPAN</a> for Perl, <a href="http://rubygems.org/">Gems</a> for Ruby, PIP, PHP has had a terrible history with package management going back years.
</blockquote>
<p>
He talks about one of the main current packaging systems, <a href="http://pear.php.net">PEAR</a>, and how, despite its attempts, it just hasn't seen the adoption the package management of other languages has. <i>Phil</i> makes a recommendation that is slowly becoming more and more popular in the PHP community - building "unframeworks". These sets of reusable components (similar to the ideas behind <a href="http://auraphp.github.com/">Aura</a>, <a href="http://symfony.com">Symfony</a> and <a href="http://framework.zend.com/zf2">Zend Framework 2</a>) are designed to be dropped in and used without the dependencies of the frameworks they live in. He points to the <a href="http://getcomposer.org/">Composer</a>/<a href="http://packagist.org/">Packagist</a> dynamic duo as a way through all of the current packaging issues - a simple way to make any project an installable package just by adding a configuration file.
</p>]]></description>
      <pubDate>Wed, 07 Mar 2012 08:29:57 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: Premium Services Offering]]></title>
      <guid>http://www.phpdeveloper.org/news/8185</guid>
      <link>http://www.phpdeveloper.org/news/8185</link>
      <description><![CDATA[<p>
According to <a href="http://www.phpclasses.org/blog/post/68-Launched-premium-services-for-PHP-developers.html">this new post</a> on the PHPClasses.org blog today, they're launching some <a href="http://www.phpclasses.org/premium/">premium services</a> for the users of the site:
</p>
<blockquote>
It is with great pleasure that I announce that the PHP Classes site finally launched the premium services for PHP developers that use the site. [...] The premium subscriptions are the alternative that I found to make this site provide a pleasant user experience and hopefully provide useful features that can help making the life of PHP developers better.
</blockquote>
<p>
He goes <a href="http://www.phpclasses.org/blog/post/68-Launched-premium-services-for-PHP-developers.html">into detail</a> on what all is involved in the premium subscriptions including:
</p>
<ul>
<li>No advertising
<li>Own site search
<li>Recorded searches
<li>Notable packages
<li>PHP Specialist forums
</ul>
<p>
There's also several other services that are listed as "coming soon" to further enhance the site - customizable site design templates, new class wish lists, personalized bookmarks, etc. The cost for all of the premium services comes to $5 USD/month (with $15 USD due at a time because of restrictions on the payment gateway).
</p>
<p>
Another pair of interesting notes about the future of the site are mentions of revenue sharing for best contributors and the opportunity for free subscriptions.
</p>
<p>
You can get complete information about these premium services <a href="http://www.phpclasses.org/premium/">from its page</a> on the PHPClasses.org website.
</p>]]></description>
      <pubDate>Thu, 05 Jul 2007 10:31:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Magazine: SuSE - New PHP Packages Fix XSS and Information Leak]]></title>
      <guid>http://www.phpdeveloper.org/news/5337</guid>
      <link>http://www.phpdeveloper.org/news/5337</link>
      <description><![CDATA[<p>
The SuSE linux group has released new packages, according to <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,25731,nodeid,5.html">this post</a> on the PHP Magazine site, to deal with the XSS and information leak issues found recently in PHP4 and PHP5.
</p>
<quote>
<i>
A new update fixes security issues in the scripting languages PHP4 and PHP5 including a vulnerability in copy() and tempnam() functions that could bypass open_basedir restrictions, a cross-site-scripting (XSS) bug in phpinfo(), a vulnerability in mb_send_mail() that lacked safe_mode checks, and a bug in html_entity_decode() that could expose memory content. Fixed packages are available from <a href="ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/">ftp.suse.com</a>.
</i>
</quote>
<p>
It is strongly suggested that <a href="ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/">you upgrade your installation</a> to prevent any issues/problems from arrising.
</p>]]></description>
      <pubDate>Tue, 09 May 2006 06:30:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerSoft.com: Several New Pearified Packages]]></title>
      <guid>http://www.phpdeveloper.org/news/4582</guid>
      <link>http://www.phpdeveloper.org/news/4582</link>
      <description><![CDATA[From the <a href="http://www.killersoft.com/randomstrings/">KillerSoft blog</a> today, there's <a href="http://www.killersoft.com/randomstrings/2005/12/29/14-Several-New-Pearified-Packages.html>a new post</a> with information about several new packages that have been added to <a href="http://www.pearified.com">Pearified.com</a>.
<p>
<quote>
<i>
I rolled out several new <a href="http://pearified.com/">Pearified.com</a> packages last night and this morning. A brief summary of these updates:
<ul>
<li>Frontend packages switched to Role_Web usage
<li>Prototype, script.aculo.us and Behaviour packages updated.
<li>New Editors category added.
<li>Icons, Icons, Icons.
<li>Tooltip! (from <a href="pixelated-dreams.com/">Davey Shafik</a>)
</ul>
</i>
</quote>
<p>
It's wonderful to see <a href="http://pearified.com/">this resource</a> thriving and becoming a real asset to not only the PEAR community but to the PHP community as a whole...]]></description>
      <pubDate>Fri, 30 Dec 2005 06:59:23 -0600</pubDate>
    </item>
  </channel>
</rss>
