<?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>Thu, 23 May 2013 23:42:36 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Engine Yard: Cloud Out Loud - PHP Evangelism at Twilio, TwilioCon (Keith Casey)]]></title>
      <guid>http://www.phpdeveloper.org/news/18609</guid>
      <link>http://www.phpdeveloper.org/news/18609</link>
      <description><![CDATA[<p>
In the latest episode of their "Cloud Out Loud" podcast series, <i>Elizabeth NAramore</i> of Engine Yard <a href="http://www.engineyard.com/podcast/php-evangelism-at-twilio-twiliocon">interviews Keith Casey</a> about his role as an evangelist at <a href="http://twilio.com">Twilio</a>.
</p>
<p>
They talk some about working at Twilio and <i>Keith</i>'s role there, some about the Austin (Texas) technology scene that he participates in and a bit about the currently-happening <a href="http://www.twilio.com/conference">TwilioCon</a> that's running in San Francisco. There's also a mention of a conference that <i>Elizabeth</i> is involved in that's happening in November in Indianapolis, <a href="http://codeconnexx.com/">CodeConnexx</a> (put on by the <a href="http://phpwomen.org">PHP Women</a> group).
</p>
<p>
You can listen to this latest episode either through the <a href="http://www.engineyard.com/podcast/php-evangelism-at-twilio-twiliocon">in-page player</a> or by <a href="http://s3.amazonaws.com/engineyard.com/podcasts/mp3/mp3s/90/KeithCasey.mp3?1350334402">downloading the mp3</a>. If you'd like this and more great episodes, think about <a href="http://feeds.feedburner.com/CloudOutLoud">subscribing to their feed</a>.
</p>]]></description>
      <pubDate>Tue, 16 Oct 2012 08:52:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMaster.com: Multi-Factor Authentication with PHP and Twilio]]></title>
      <guid>http://www.phpdeveloper.org/news/18129</guid>
      <link>http://www.phpdeveloper.org/news/18129</link>
      <description><![CDATA[<p>
In <a href="http://phpmaster.com/multi-factor-authentication-with-php-and-twilio/">this new tutorial</a> on PHPMaster.com, <i>Timothy Boronczk</i> looks at using the Twilio API and multi-factor authentication.
</p>
<blockquote>
You can make and receive phone calls and send and receive text messages using TwiML (Twilio Markup Language) and their REST API. You can work directly with the API, or use one of the <a href="http://www.twilio.com/docs/libraries">available helper libraries</a>. The library I'm using is <a href="https://github.com/twilio/twilio-php">twilio-php</a>, which is the library released and officially supported by Twilio.
</blockquote>
<p>
He shows you how to use the Twilio API library to create a connection object to their REST API and perform various actions like sending an SMS and placing a phone call. the code to built the multi-factor authentication is also included - a user login/password is checked against a database and a form is displayed (depending on if they want to voice call or SMS).
</p>]]></description>
      <pubDate>Fri, 22 Jun 2012 14:55:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Voices of the ElePHPant Podcast: Interview with Keith Casey]]></title>
      <guid>http://www.phpdeveloper.org/news/17926</guid>
      <link>http://www.phpdeveloper.org/news/17926</link>
      <description><![CDATA[<p>
The Voices of the ElePHPant podcast has <a href="http://voicesoftheelephpant.com/2012/05/08/interview-with-keith-casey-2/">released their latest episode</a>, an interview with <i>Keith Casey</i>, a developer evangelist at <a href="http://twilio.com">Twilio</a>.
</p>
<p>
<i>Cal</i>'s "three questions" for <i>Keith</i> revolve around his work with REST and how it relates to the Twilio API:
</p>
<ul>
<li>What new technology do you see up and coming that will effect PHP developers the most?
<li>What's the most important part of REST that PHP or other developers aren't getting?
<li>What's one feature that developers don't know enough about in the Twilio API that you think they should?
<li>Bonus Question: Some information about <a href="http://hubaustin.com/">HubAustin</a>
</ul>
<p>
You can listen to this latest episode either via the <a href="http://voicesoftheelephpant.com/2012/05/08/interview-with-keith-casey-2/">in-page player</a>, by <a href="http://voices.of.the.elephpant.s3.amazonaws.com/vote_051.mp3">downloading the mp3</a> directly or by <a href="http://voicesoftheelephpant.com/feed/podcast/">subscribing to their feed</a>.
</p>]]></description>
      <pubDate>Tue, 08 May 2012 13:22:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Justin Carmony's Blog: SMS Nagios Notifications with PHP & Twilio]]></title>
      <guid>http://www.phpdeveloper.org/news/17473</guid>
      <link>http://www.phpdeveloper.org/news/17473</link>
      <description><![CDATA[<p>
In <a href="http://www.justincarmony.com/blog/2012/01/30/sms-nagios-notifications-with-php-twilio/">this latest post</a> to his blog <i>Justin Carmony</i> looks at a system he created to hook his Nagios notifications into the <a href="http://www.twilio.com/">Twilio</a> web service and have it notify him via SMS with something was wrong.
</p>
<blockquote>
In the past I would just use my iPhone's email-to-txt email address. However, when I received the txt message, it wasn't formated very pretty, and it would have a different "From Number." So if we had a crazy day, I would have 20-30 message threads in my iPhone all about Nagios. [...] What I like out this setup is with Twilio, I can buy a phone number for $1 a month. So all my notifications come through the same number.
</blockquote>
<p>
He's <a href="https://github.com/JustinCarmonyDotCom/Nagios-SMS-Requests-with-PHP-Twilio">included the PHP code</a> he uses to send the notifications (using the Twillo library) and the Nagios commands he configured to send the notifications to that script via the command line.
</p>]]></description>
      <pubDate>Tue, 31 Jan 2012 12:40:46 -0600</pubDate>
    </item>
  </channel>
</rss>
