<?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>Sun, 19 May 2013 08:59:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Benjamin Eberlei: Composer and Azure Websites Git Deployment]]></title>
      <guid>http://www.phpdeveloper.org/news/18774</guid>
      <link>http://www.phpdeveloper.org/news/18774</link>
      <description><![CDATA[<p>
In a new post to his site <i>Benjamin Eberlei</i> continues his look at using various platform-as-a-service (PaaS) offerings for PHP available today and talks about <a href="http://www.whitewashing.de/2012/11/19/composer_and_azure_websites_git_deployment.html">using Composer with Windows Azure</a> via its post deployment hooks.
</p>
<blockquote>
It turns out that Azure Websites - to support other platforms that require compiling - actually has an extremly robust deployment system (as far as I understood its internals). If Composer fails during this step, the website will still be served from the currently running version and you don't have to face unexpected downtime. To actually run Composer as a post-deployment tool you have to do some manual work.
</blockquote>
<p>
This manual work comes in the form of a special ".deployment" file included in the root of your repository that defines the command to execute (a custom script). Included there at the end of the post is the PHP code you'll need to put in this custom script to get the latest version of composer and then require the phar file for use later in your application.
</p>]]></description>
      <pubDate>Tue, 20 Nov 2012 10:35:23 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Risner: Mobile Geolocation Apps with Windows Azure Websites Part 1: The PHP Code]]></title>
      <guid>http://www.phpdeveloper.org/news/18491</guid>
      <link>http://www.phpdeveloper.org/news/18491</link>
      <description><![CDATA[<p>
<i>Chris Risner</i> has posted the first part of his series looking at <a href="http://chrisrisner.com/Mobile-Geolocation-Apps-with-Windows-Azure-Websites-Part-1--The-PHP-Code">mobile geolocation in PHP-based Azure applications</a> as hosted on the Windows Azure service.
</p>
<blockquote>
The first article in this <a href="http://chrisrisner.com/Mobile-Geolocation-Apps-with-Windows-Azure-Websites">mini-series</a> on creating geolocation apps with the backend hosted in Windows Azure Websites is going to be a walkthrough of the PHP code that we'll host in Windows Azure.  The PHP site will be simple and expose just a few methods.  Prior to getting into the code for the service, we need to setup a new website in Windows Azure and set up our database. 
</blockquote>
<p>
He walks you through some of the initial steps to create the PHP side of things - setting up the website instance and database, downloading the <a href="http://silex.sensiolabs.org/">Silex</a> PHP framework and the PHP code to get process the latitude and longitude of the current user. Also included is code to help find "interesting" points near the user and code to allow the user to add their own.
</p>]]></description>
      <pubDate>Wed, 19 Sep 2012 08:14:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[User Group: Seattle User Group Meeting Tonight (3rd) - PHP on Azure & Git]]></title>
      <guid>http://www.phpdeveloper.org/news/17081</guid>
      <link>http://www.phpdeveloper.org/news/17081</link>
      <description><![CDATA[<p>
The Seattle PHP User Group is having <a href="http://www.meetup.com/php-49/events/28393971/">this month's meeting</a> tonight (the 3rd) starting at 6:30pm at <a href="http://www.meetup.com/php-49/venue/4132052/?eventId=28393971&popup=true">Market Leader, Inc</a> featuring talka from <i>Brian Swan</i> on "PHP on Azure" and <i>Jesse Keating</i> on "Git".
</p>
<blockquote>
Market Leader,Inc. is graciously hosting the venue for Seattle PHP Meetup in Kirkland, WA this month!!  In fact, Ariz Jacinto (long-time member & frequent presenter at our Meetups), an employee of Market Leader, Inc., has gone bonkers and lined up a killer night for us all!  Note the entrance and then celebrate the FREE PARKING!!
</blockquote>
<p>
<i>Brian Swan</i> is a <a href="http://blogs.msdn.com/b/brian_swan/">Microsoft advocate for PHP on Windows</a> and <i>Jesse Keating</i> is the <a href="http://fedoraproject.org/wiki/JesseKeating"> release engineer for Fedora Core</a>. There's still time to <a href="http://www.meetup.com/php-49/events/28393971/">RSVP on Meetup</a> and attend this event - be sure to sign up so they know how many to expect!
</p>]]></description>
      <pubDate>Thu, 03 Nov 2011 10:48:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Web Species Blog: We built a cloud platform for PHP. Wait...what?]]></title>
      <guid>http://www.phpdeveloper.org/news/16946</guid>
      <link>http://www.phpdeveloper.org/news/16946</link>
      <description><![CDATA[<p>
As mentioned on the Web Species blog in <a href="http://blog.webspecies.co.uk/2011-10-03/we-built-a-cloud-platform-for-php-wait-what.html">this recent post</a>, they've developed a "Windows Azure done right" platform (<a href="http://cloud.webspecies.co.uk/">Azure++</a>, name pending) that makes deploying to an Azure platform a much simpler process, pulling from something like a remote code repository (maybe <a href="http://github.com">github</a>) and deploying in less than five seconds.
</p>
<blockquote>
Azure is just impossible to use for PHP today. This is a fact. Doesn't matter which way you look at it, it just su.. isn't particularly good. The amount of steps you need to make, the knowledge you need to have and the fact that you can only deploy from Windows host are some of the things which make it a very painful experience. I had enough of this pain.
</blockquote>
<p>
<a href="http://cloud.webspecies.co.uk/">The service</a> helps you make quick and easy Azure deployments. <a href="http://cloud.webspecies.co.uk/features">Features</a> include multiple datacenter support, your choice of PHP versions (5.2 or 5.3) and the ability to deploy in "production" or "development" environments. You can find out more about the service <a href="http://cloud.webspecies.co.uk/">here</a>.
</p>]]></description>
      <pubDate>Tue, 04 Oct 2011 10:33:04 -0500</pubDate>
    </item>
  </channel>
</rss>
