2017 © Pedro Peláez
 

library bing-api-php

Bing API wrapper in php

image

vinaykevadia/bing-api-php

Bing API wrapper in php

  • Friday, April 22, 2016
  • by vinaykevadia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,555 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

bing-api-php

Very simple bing api wrapper in php., (*1)

Install

The recommended way is through composer. Just create a composer.json file and run the php composer.phar install command to install it:, (*2)

{
    "require": {
        "scragg0x/bing-api-php": "dev-master"
    }
}

API Reference

http://datamarket.azure.com/dataset/bing/search, (*3)

Example

<?php

require_once __DIR__ . "/vendor/autoload.php";

use Bing\Client;

// You need to obtain a key
$key = '';

$c = new Client($key, 'json');

$res = $c->get('News', array('Query' => 'Obama'));

$res = json_decode($res, true);

print_r($res);

The Versions

22/04 2016

dev-master

9999999-dev https://github.com/scragg0x/bing-api-php

Bing API wrapper in php

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

bing

22/04 2016

0.3

0.3.0.0 https://github.com/scragg0x/bing-api-php

Bing API wrapper in php

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

bing

14/04 2016

0.2

0.2.0.0 https://github.com/scragg0x/bing-api-php

Bing API wrapper in php

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

bing

10/11 2015

0.1

0.1.0.0 https://github.com/scragg0x/bing-api-php

Bing API wrapper in php

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

bing