<?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>Mon, 20 May 2013 16:42:19 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: Quick Tip: Deploy PHP to Heroku in Seconds]]></title>
      <guid>http://www.phpdeveloper.org/news/18674</guid>
      <link>http://www.phpdeveloper.org/news/18674</link>
      <description><![CDATA[<p>
For anyone that's wanted to try out the <a href="http://heroku.com">Heroku</a> hosting platform but just want a bare-bones guide to getting up and running, NetTuts.com has <a href="http://net.tutsplus.com/tutorials/php/quick-tip-deploy-php-to-heroku-in-seconds/">what you're looking for</a>.
</p>
<blockquote>
We've raved about the brilliance of <a href="http://www.heroku.com/">Heroku</a> before, mostly around the fact that it makes launching a Rails or Node app rather simple without having to configure your own server. But what if you want the same kind of freedom and speed of deployment with PHP? Fortunately, Heroku has quietly offered support for PHP for quite some time.
</blockquote>
<p>
You'll need to get their <a href="https://toolbelt.heroku.com/">CLI deployment tool</a> and <a href="https://api.heroku.com/signup">set up an account</a> but the rest is pretty easy. The steps to set up the git repo, add a new "heroku" branch and push the checked in code directly out to the server. 
</p>]]></description>
      <pubDate>Tue, 30 Oct 2012 09:50:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Henri Bergius' Blog: Using Composer To Manage Dependencies In Heroku PHP Apps]]></title>
      <guid>http://www.phpdeveloper.org/news/17921</guid>
      <link>http://www.phpdeveloper.org/news/17921</link>
      <description><![CDATA[<p>
<i>Henri Bergius</i> has a new post to his blog showing you how to use the popular <a href="http://getcomposer.org">Composer</a> package management tool to <a href="http://bergie.iki.fi/blog/using_composer_to_manage_dependencies_in_heroku_php_apps/">manage dependencies in Heroku applications</a>.
</p>
<blockquote>
<p>
While Heroku <a href="http://www.flourish.org/blog/?p=687">got its start</a> from hosting Ruby on Rails applications, it nowadays supports <a href="https://devcenter.heroku.com/articles/cedar">many different environments</a> in the Cedar stack. Node.js is what many use, but they also <a href="http://www.gravitywell.co.uk/blog/post/deploying-php-apps-to-heroku">do support PHP</a>. Dependency management is easy for Node.js applications as Heroku recognizes your package.json files and <a href="https://devcenter.heroku.com/articles/nodejs#declare_dependencies_with_npm">automatically installs</a> the libraries needed via NPM.
</p>
<p>
Until now PHP developers haven't had this convenience, but as <a href="http://packagist.org/">Composer</a> is emerging as the <a href="http://bergie.iki.fi/blog/composer_solves_the_php_code-sharing_problem/">default PHP package manager</a>, I've now <a href="https://github.com/heroku/heroku-buildpack-php/pull/10">added support</a> for it. Before the <a href="https://github.com/heroku/heroku-buildpack-php/pull/10">pull request</a> gets accepted, Composer dependency handling can already be used by specifying my custom PHP buildpack when creating Heroku apps.
</p>
</blockquote>
<p>
He shows you how to get it up and running with a sample application - creating the new git archive, creating the Heroku app with the custom backapack (and a "composer.json" file), setting up the main "index.php" file and push it all to Heroku. 
 You can view his sample application <a href="http://urlizer-service.herokuapp.com/">here</a> (a simple URL encoding form).
</p>]]></description>
      <pubDate>Tue, 08 May 2012 08:38:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Phil Sturgeon's Blog: 2012: The year of PHP cloud hosting]]></title>
      <guid>http://www.phpdeveloper.org/news/17337</guid>
      <link>http://www.phpdeveloper.org/news/17337</link>
      <description><![CDATA[<p>
<i>Phil Sturgeon</i> has a new post to his blog about what he sees 2012 as being for the PHP community - the <a href="http://philsturgeon.co.uk/blog/2012/01/2012-the-year-of-php-cloud-hosting">year of cloud hosting</a> with all of the platform-as-a-service companies that have started up over the last year.
</p>
<blockquote>
Cloud hosting is nothing new. Seeing as "cloud" is such a loosely used term some will consider their VPS solutions on Slicehost or Rackspace to be "cloud hosting". That is partially true, but this article covers how PHP is getting some serious attention in the PaaS (Platform as a Service) field. This year you will almost certainly find yourself making the decision wether or not to move some of your applications and services across to the cloud, and this article can hopefully help you work out why and how.
</blockquote>
<p>
He talks a bit about how the idea compares with Ruby's <a href="http://www.heroku.com/">Heroku</a> hosting service and some of the benefits that come with it:
</p>
<ul>
<li>Speedy deployments
<li>Security
<li>Scaling
</ul>
He also looks forward to the future, mentioning some of the major players in the PHP PaaS space like <a href="http://orchestra.io/">Orchestra.io</a> and <a href="http://appfog.com/">App Fog</a> (as well as a brief suggestion of a possible PHP beta over at Heroku).]]></description>
      <pubDate>Tue, 03 Jan 2012 10:19:48 -0600</pubDate>
    </item>
  </channel>
</rss>
