<?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 01:25:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Fortrabbit.com: PHP-Focused PaaS Launched!]]></title>
      <guid>http://www.phpdeveloper.org/news/18562</guid>
      <link>http://www.phpdeveloper.org/news/18562</link>
      <description><![CDATA[<p>
The folks over at Fortrabbit.com have <a href="http://blog.fortrabbit.com/release-early-release-often/">officially announced</a> the opening of their cloud-based, PHP-focused hosting platform:
</p>
<blockquote>
We do managed hosting for over 5 years - a business where reliability is one of the core values. And Platform as a Service is just a label for a modern approach of scalable hassle-free hosting solutions. This PaaS market is very young and still a changing category in the wide field of cloud hosting. <a href="http://philsturgeon.co.uk/blog/2012/10/cloud-hosting-php-pipe-dream">Listening</a> to customers and their needs will influence the way current services work.
</blockquote>
<p>
They offer a <a href="http://fortrabbit.com/plans">"Bootstrap"</a> service if you'd like to try it out. It supports PHP 5.4, APC, MySQL, Git integration, Composer support, SSH/SFTP access and DNS management. You can also add on memcache and SSL support if desired.
</p>]]></description>
      <pubDate>Fri, 05 Oct 2012 10:45:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Fortrabbit.com: Cloudscapes - Comparing PHP Cloud Hosting Platforms]]></title>
      <guid>http://www.phpdeveloper.org/news/18215</guid>
      <link>http://www.phpdeveloper.org/news/18215</link>
      <description><![CDATA[<p>
On the Fortrabbit.com blog there's a new post that does a <a href="http://blog.fortrabbit.com/comparing-cloud-hosting-platforms/">quick overview and comparison</a> of 11 of the more popular cloud-based hosting platforms out there that are PHP friendly.
</p>
<blockquote>
We are currently building yet another PHP Cloud Platform ourselves. Of course we looked around to see what the others are up to. This is my (Franks) personal point of view of the current market situation showcasing my favorite services. I try not to judge, neither i will compare features nor prices.
</blockquote>
<p>Services on his list include:</p>
<ul>
<li><a href="http://heroku.com/">Heroku</a>
<li><a href="http://appfog.com/">phpFog/appFog</a>
<li><a href="http://pagodabox.com/">PagodaBox</a>
<li><a href="http://cloudcontrol.com/">CloudControl</a>
<li><a href="http://engineyard.com/">EngineYard</a>
</ul>]]></description>
      <pubDate>Wed, 11 Jul 2012 11:27:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ServerGrove Blog: Spooling emails with Symfony2 on VPS and Shared Hosting]]></title>
      <guid>http://www.phpdeveloper.org/news/17882</guid>
      <link>http://www.phpdeveloper.org/news/17882</link>
      <description><![CDATA[<p>
The ServerGrove blog has a recent post for the Symfony2 users out there, showing how you can <a href="http://blog.servergrove.com/2012/04/27/spooling-emails-with-symfony2-on-vps-and-shared-hosting/">spool emails on a VPS/shared hosting</a> using <a href="http://swiftmailer.org/">SwiftMailer</a> and the Symfony2 bundle to interact with it.
</p>
<blockquote>
When you send an email, the mailer communicates with a remote server in charge of receiving the message and of delivering it to the recipient. This process can cause your form to submit slowly as it depends on how fast the mail server responds. Spooling allows us to decouple the application execution line from the process of the sending one, two, or as many emails as we need.
</blockquote>
<p>
They show you how to configure the <a href="https://github.com/symfony/SwiftmailerBundle">SwiftMailerBundle</a> with the mail server's settings, how to set up the command to send the emails and the settings you'll need to put in your cron file to run the "send" operation periodically.
</p>]]></description>
      <pubDate>Mon, 30 Apr 2012 10:20:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NetTuts.com: Elevate Your PHP to the Cloud]]></title>
      <guid>http://www.phpdeveloper.org/news/17598</guid>
      <link>http://www.phpdeveloper.org/news/17598</link>
      <description><![CDATA[<p>
In <a href="http://net.tutsplus.com/tutorials/php/elevate-your-php-to-the-cloud/">this new tutorial</a> on NetTuts.com <i>Phil Sturgeon</i> looks at how to "elevate your PHP" to a cloud-based hosting service, specifically <a href="http://pagodabox.com/">Pagoda Box</a>.
</p>
<blockquote>
This article will walk you through cloud hosting for your PHP application with <a href="http://pagodabox.com/">Pagoda Box</a>. It'll detail how to handle PHP dependencies, get your MySQL databases up and running (and debug locally), and customise various aspects of PHP with ease.
</blockquote>
<p>
He walks you through the entire process you'll need to fire up a (free) application on their service (including a database!):
</p>
<ul>
<li><a href="https://dashboard.pagodabox.com/account/register">Sign up</a> for a new account 
<li>Create an application 
<li>Set up git
<li>Create your public SSH key and upload it to Pagoda
<li>Commit to your repository and deploy your code
</ul>
<p>
He also mentions a custom option Pagoda Box has included in their series - the Boxfile. This configuration file allows you to set up things like the environment you want your app to run in (PHP 5.3, MySQLi extension, etc) and set up some of the php.ini configuration settings. He also shows you how to set up the database instance and how to use their "pagoda" gem to create a temporary SSH tunnel from your development environment to their database server. He also briefly mentions the option they have of using a real domain name to point to your application.
</p>]]></description>
      <pubDate>Tue, 28 Feb 2012 11:40:34 -0600</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>
    <item>
      <title><![CDATA[php|architect: A Chat on Zend's phpcloud at ZendCon 2011]]></title>
      <guid>http://www.phpdeveloper.org/news/17286</guid>
      <link>http://www.phpdeveloper.org/news/17286</link>
      <description><![CDATA[<p>
On the php|architect site today <i>Keith Casey</i> has <a href="http://www.phparch.com/2011/12/a-chat-on-zends-phpcloud-at-zendcon-2011/">posted a recording</a> of an interview with <i>Boaz Ziniman</i> of Zend about one of their latest offerings, <a href="http://phpcloud.com">phpcloud</a> - a platform-as-a-service to provide easy, scalable PHP application hosting.
</p>
<blockquote>
At the tail end of ZendCon 2011 in October, I managed to corner Boaz Ziniman to chat on the launch of their new product phpcloud. We covered features, limitations, design & implementation considerations, and how it's different than most of the other options out there.
</blockquote>
<p>
If you'd like to listen, you can <a href="http://caseysoftware.s3.amazonaws.com/ZendCon-2011-Interview-with-Boaz-Ziniman-on-phpcloud.mp3">grab the mp3 here</a>. It's about 15 minutes long. You can find out more about Zend's cloud offering on <a href="http://phpcloud.com">phpcloud.com</a>.
</p>]]></description>
      <pubDate>Wed, 21 Dec 2011 09:53:45 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: What is phpcloud.com?]]></title>
      <guid>http://www.phpdeveloper.org/news/17075</guid>
      <link>http://www.phpdeveloper.org/news/17075</link>
      <description><![CDATA[<p>
In a new post to his blog today <i>Kevin Schroeder</i> answers a question about a product his employer, <a href="http://zend.com">Zend</a> currently offers - <a href="http://www.eschrade.com/page/what-is-phpcloud-com/">what is phpcloud.com?</a>
</p>
<blockquote>
Well that's a stupid question, isn't it?  It's "Development done right", "Fast, Elastic, Dependable" and on "Any Cloud", right? If you are unclear as to what phpcloud.com is, what the Zend Application Fabric is and what the DevCloud is then this is a good post for you.
</blockquote>
<p>
The <a hef="http://phpcloud.com">phpcloud</a> platform offers their own Zend Application fabric to provide resources based on the needs at the time and the DevCloud, a "slice" of these resources for you to try out for your development.
</p>
<blockquote>
So, the Fabric is the loom, DevCloud is a thread spool and phpcloud.com is the lever you pull to start.
</blockquote>]]></description>
      <pubDate>Wed, 02 Nov 2011 14:55:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Developing PHP applications in the cloud with free cloud hosting providers]]></title>
      <guid>http://www.phpdeveloper.org/news/17035</guid>
      <link>http://www.phpdeveloper.org/news/17035</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has <a href="http://hasin.wordpress.com/2011/10/21/developing-php-applications-in-the-cloud-with-these-free-cloud-hosting-providers/">put together a list of cloud hosting providers</a> that are already set and ready to go for PHP applications. His list highlights a few of the <a href="http://en.wikipedia.org/wiki/Freemium">free</a> ones.
</p>
<blockquote>
I will be focusing on some of these free cloud hosting options available out there. One thing to note before you proceed - these free cloud hosting options are very good to develop and test your applications (in dev+staging environment) and it may not be wise to deploy the production version of your application with any free plan (Except Amazon AWS's free tier, its production ready).
</blockquote>
<p>
He has four different services on his list, ranging anywhere from small to industrial strength, depending on your needs:
</p>
<ul>
<li><a href="http://aws.amazon.com/">Amazon's AWS</a>
<li><a href="http://phpfog.com/">PHPFog</a>
<li><a href="http://www.phpcloud.com/">PHPCloud</a> (from Zend)
<li><a href="http://heroku.com/">Heroku</a> (traditionally Ruby, now supports PHP too)
</ul>]]></description>
      <pubDate>Tue, 25 Oct 2011 09:42:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ServerGrove Blog: Deploying Symfony2 Projects on Shared Hosting with Capifony]]></title>
      <guid>http://www.phpdeveloper.org/news/16834</guid>
      <link>http://www.phpdeveloper.org/news/16834</link>
      <description><![CDATA[<p>
The ServerGrove blog, a hosting provider whose services include shared hosting, has posted a guide to help you <a href="http://blog.servergrove.com/2011/09/07/deploying-symfony2-projects-on-shared-hosting-with-capifony/">deploy to shared hosting</a> with <a href="http://capifony.org/">Capifony</a>, a Symfony-based tool for use with <a href="https://github.com/capistrano/capistrano">Capistrano</a>.
</p>
<blockquote>
This article is meant to help you configure and deploy your projects developed with Symfony2 into a <a href="http://www.servergrove.com/sharedhosting">Shared Hosting</a> environment, so if you need to deploy using capifony on a VPS, please <a href="http://blog.servergrove.com/2010/07/12/symfony-git-capistrano-capifony/">read this article</a>.
</blockquote>
<p>
You'll need ssh access to the server to get things set up for the deployment as well as a local environment where you can install Ruby and Ruby Gems (their platform for the example is OSX). They help you get those installed and generate a key for use with the deployment. Once this key is copied over to the remote system, you can then set up the config to use the password-less connection and to deploy from either a local repository or a remote location (like github).
</p>]]></description>
      <pubDate>Thu, 08 Sep 2011 11:15:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Weiske's Blog: phpfarm moved to SourceForge]]></title>
      <guid>http://www.phpdeveloper.org/news/16819</guid>
      <link>http://www.phpdeveloper.org/news/16819</link>
      <description><![CDATA[<p>
<i>Christian Weiske</i> has a new post about a move the <a href="https://sourceforge.net/p/phpfarm">phpfarm</a> tool has made <a href="http://cweiske.de/tagebuch/phpfarm-on-sf.htm">over to SourceForge</a> for <a href="https://sourceforge.net/p/phpfarm">its project page</a>. phpfarm makes it simple to switch between multiple versions of PHP on the same server to make debugging and development a much simpler task (especially if you're not in a homogeneous environment).
</p>
<blockquote>
phpfarm, the tool that lets you install multiple PHP versions beside each other, finally got a proper project page on SourceForge. By moving from svn.php.net to SF, phpfarm got a nice <a href="https://sourceforge.net/p/phpfarm/code/">git repository</a>, a <a href="https://sourceforge.net/p/phpfarm/wiki/">wiki</a> and a <a href="https://sourceforge.net/p/phpfarm/tickets/">ticketing system</a>. It also has a <a href="http://www.phing.info/">Phing</a> build file now which generates and uploads <a href="https://sourceforge.net/projects/phpfarm/files/phpfarm/">release files</a>, so people don't have to install git to get phpfarm.
</blockquote>
<p>
<a href="http://cweiske.de/tagebuch/phpfarm-on-sf.htm">His post</a> also includes some of the changes made in the latest release (0.1.0) and how you can clone the code from the SF.net repository. 
</p>]]></description>
      <pubDate>Tue, 06 Sep 2011 10:10:28 -0500</pubDate>
    </item>
  </channel>
</rss>
