Microsoft released a new open source API for PHP developer called “ Bing Search Library for PHP”. With this library developer can submit queries to and retrieve results from the Bing Engine.
George Thomas Jr., Bing Developer Center
The Bing Search Library for PHP allows you to easily use Bing’s API to fetch search results and use in your own PHP application. The library for PHP is designed to give PHP developers an object-oriented interface to access the Bing API. It supports fluent interfaces in PHP so that options can be easily chained together for readability. The heart of the library is the MsftBingSearch class. It supports all of the options available for searching web and images that are defined in the API
Visit http://bingphp.codeplex.com for more info about the Bing Search Library for PHP, documentation, to give feedback, ask questions and make feature requests.
Bing Search API wrapper for PHP