<?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>Wed, 19 Jun 2013 05:07:27 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Cal Evans' Blog: Bing Search API wrapper for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14590</guid>
      <link>http://www.phpdeveloper.org/news/14590</link>
      <description><![CDATA[<p>
In conjunction with some of the folks over at <a href="http://mocrosoft.com">Microsoft</a> <i>Cal Evans</i> has <a href="http://blog.calevans.com/2010/06/01/bing-search-api-wrapper-for-php/">created a search wrapper</a> around the Bing search engine's API to make interacting with it from your PHP applications simpler.
</p>
<blockquote>
Back in March I had the opportunity to work on a project for Microsoft that is now coming to light. I was tasked with writing a PHP wrapper for the Bing API that Microsoft has been building. <a href="http://devzone.zend.com/article/1069-Consuming-Webthumbs-API-in-PHP">I've written API wrappers before</a> and it is either a fun experience or it is a nightmare, depending on whether the API is easy to work with. I am pleased to report that the Bing Search API is well thought out and very easy to work with. For PHP developers, I am hoping that what I am about to show you makes it even easier.
</blockquote>
<p>
You'll need <a href="http://www.bing.com/developers/createapp.aspx">an API key</a> to use the interface, but the rest is simple. You just create an instance of the search object, pass it a query and sun the "search" method to return the results. <i>Cal</i> has an example snippet of code in his blog.
</p>]]></description>
      <pubDate>Wed, 02 Jun 2010 10:53:58 -0500</pubDate>
    </item>
  </channel>
</rss>
