<?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>Tue, 18 Jun 2013 21:09:45 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Mike Willbanks' Blog: Android C2DM with PHP and Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/15478</guid>
      <link>http://www.phpdeveloper.org/news/15478</link>
      <description><![CDATA[<p>
In <a href="http://blog.digitalstruct.com/2010/11/21/android-c2dm-with-php-and-zend-framework/">this new post</a> to his blog <i>Mike Willbanks</i> shows how to use PHP - more specifically the Zend Framework - to send push notifications to an Andriod device via <a href="http://code.google.com/android/c2dm/index.html">C2DM</a>.
</p>
<blockquote>
So you've got a new fancy Android application and you want to be able to send push notifications to the phone. Either for synchronization purposes or for notifications. Since <a href="http://code.google.com/android/c2dm/index.html">C2DM</a> is fairly new and is currently in the labs it is rather difficult to find code that already handles sending out the notifications correctly. This article will go through sending a push notification (or message) through the Android C2DM server utilizing PHP in the fashion of a Zend Framework component.
</blockquote>
<p>
His setup uses the Zend Framework for the heavy lifting and Gearman to handle the asynchronous sending of the messages. Of course you'll need a Google and <a href="http://code.google.com/android/c2dm/signup.html">C2DM</a> account to make things play nicely together. The solution also uses a <a href="http://code.google.com/android/c2dm/index.html#server">third-party server</a> for the C2DM messaging. Most of the remainder of the post is code ready for copy and pasting that defines C2dm service adapters for the Zend Framework, some exception handlers for common issues, some custom workers for Gearman and the Java code you'll need on the client side to receive the messages.
</p>]]></description>
      <pubDate>Tue, 23 Nov 2010 11:26:33 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer.com: Build Your First PHP for Android Application]]></title>
      <guid>http://www.phpdeveloper.org/news/15171</guid>
      <link>http://www.phpdeveloper.org/news/15171</link>
      <description><![CDATA[<p>
On Developer.com there's <a href="http://www.developer.com/features/article.php/52691_3904261_1/Build-Your-First-PHP-for-Android-Application.htm">a recent tutorial</a> looking at developing your first Andriod application in PHP (running in a PHP interpreter on your device).
</p>
<blockquote>
Google's open source Android mobile operating system is taking the smartphone market by storm. Unlike Apple, which has stringent guidelines and requirements for developers who want to offer their applications on the iPhone App Store, Google has left the <a href="http://www.developer.com/ws/article.php/3893591/The-Android-Mobile-Development-Platform-A-Reference-Guide.htm">Android platform</a> wide open. You can even write Android applications in PHP now. The folks at Irontech have created a PHP port to run on Android, and with the <a href="http://code.google.com/p/android-scripting/">Scripting Layer for Android</a> (SL4A), you can build PHP Android applications.
</blockquote>
<p>
He shows you how to install the tool on your emulator (it doesn't have to be on a device) and how to set up the PHP environment to work with the SDK. He also includes some sample code to help you get started - an interface to the take88.com. There's also instructions on how to get the mini-application working on your phone.
</p>]]></description>
      <pubDate>Wed, 22 Sep 2010 11:02:11 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org Blog: Lately in PHP podcast - PHP for Android, PHP 6 canceled, APC in PHP 5.4]]></title>
      <guid>http://www.phpdeveloper.org/news/14850</guid>
      <link>http://www.phpdeveloper.org/news/14850</link>
      <description><![CDATA[<p>
On the PHPClasses.org blog today they've released the latest episode of their "Lately in PHP" podcast - <a href="http://www.phpclasses.org/blog/post/126-PHP-for-Android-PHP-6-canceled-APC-in-PHP-54--Lately-in-PHP-podcast-episode-3.html"PHP for Android, PHP 6 canceled, APC in PHP 5.4</a>.
</p>
<blockquote>
On this episode of the Lately in PHP podcast, Manuel Lemos and Ernani Joppert comment on the launch of the PHP for Android project and the consequences for the PHP market. They also talk about the cancellation of PHP 6 and the inclusion of features planned for PHP 6 in PHP 5.4, like the integration of the APC cache extension in the main PHP distribution bundle.
</blockquote>
<p>
You can either listen via <a href="http://www.phpclasses.org/blog/post/126-PHP-for-Android-PHP-6-canceled-APC-in-PHP-54--Lately-in-PHP-podcast-episode-3.html">the in-page player</a>, by <a href="http://www.phpclasses.org/blog/post/126/file/22/name/Lately-In-PHP-3.mp3">downloading the mp3</a> or by subscribing to <a href="http://www.phpclasses.org/blog/category/podcast/post/latest.rss">their feed</a> to get the latest.
</p>]]></description>
      <pubDate>Mon, 26 Jul 2010 12:05:53 -0500</pubDate>
    </item>
  </channel>
</rss>
