<?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 02:40:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Raphael Stolt's Blog: Tinyizing URLs with Zend_Http_Client]]></title>
      <guid>http://www.phpdeveloper.org/news/11329</guid>
      <link>http://www.phpdeveloper.org/news/11329</link>
      <description><![CDATA[<p>
In <a href="http://raphaelstolt.blogspot.com/2008/10/tinyizing-urls-with-zendhttpclient.html">this new post</a> today <i>Raphael Stolt</i> shows how to use the Zend_Http_Client component of the <a href="http://framework.zend.com">Zend Framework</a> to "tinyize" a URL.
</p>
<blockquote>
In a recent <a href="http://www.davedevelopment.co.uk/2008/10/13/zend-framework-and-the-twitter-api/">blog post</a> Dave Marshall outlined a quick workaround for tweeting via the <a href="http://framework.zend.com/manual/en/zend.http.html#zend.http.client">Zend_Http_Client</a> component which is a reasonable approach for calling services that aren't in the Zend Framework core yet like <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_Twitter">Zend_Service_Twitter</a> or are not supported out of the box. Therefore this post will try to describe a Zend Framework way of creating tinyized URLs.
</blockquote>
<p>
He creates a UrlShorterner interface containing a shortenize() method that automates sending a URL over to the <a href="http://www.tinyurl.com">tinyurl.com</a> web service and returning the results.
</p>]]></description>
      <pubDate>Mon, 03 Nov 2008 07:55:00 -0600</pubDate>
    </item>
  </channel>
</rss>
