2017 © Pedro Peláez
 

library bing-webmaster-api

Bing webmaster api client

image

webjeyros/bing-webmaster-api

Bing webmaster api client

  • Thursday, July 5, 2018
  • by webjeyros
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 55 % Grown

The README.md

bing-webmaster-api

Bing webmaster api client, (*1)

Instalation

composer require webjeyros/bing-webmaster-api, (*2)

Example usage:

use bingWebmaster\actions\GetUserSites;

require_once __DIR__.'/../vendor/autoload.php';
$client = new GuzzleHttp\Client();
$webmaster = new \bingWebmaster\client('__API-KEY-HERE__',$client);


$sites=$webmaster->request(new GetUserSites());
foreach ($sites as $site) {
    if (!$site->IsVerified)
        printf("Site %s is not verified. Authentication code is %s".PHP_EOL,$site->Url,$site->AuthenticationCode);
}

The Versions

05/07 2018

dev-master

9999999-dev

Bing webmaster api client

  Sources   Download

MIT

The Requires

 

by Avatar webjeyros

api bing webmaster