PHPackages                             webjeyros/bing-webmaster-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. webjeyros/bing-webmaster-api

ActiveLibrary[API Development](/categories/api)

webjeyros/bing-webmaster-api
============================

Bing webmaster api client

46.6k5[1 issues](https://github.com/webjeyros/bing-webmaster-api/issues)[1 PRs](https://github.com/webjeyros/bing-webmaster-api/pulls)PHP

Since Nov 17Pushed 5y ago2 watchersCompare

[ Source](https://github.com/webjeyros/bing-webmaster-api)[ Packagist](https://packagist.org/packages/webjeyros/bing-webmaster-api)[ RSS](/packages/webjeyros-bing-webmaster-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

bing-webmaster-api
==================

[](#bing-webmaster-api)

Bing webmaster api client

Instalation
-----------

[](#instalation)

```
composer require webjeyros/bing-webmaster-api

```

Example usage:
--------------

[](#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);
}
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f0a37e238f25275b2f7dca2985aaa944632eb4f34f5dd63148cc9b3e779e71e8?d=identicon)[webjeyros](/maintainers/webjeyros)

### Embed Badge

![Health badge](/badges/webjeyros-bing-webmaster-api/health.svg)

```
[![Health](https://phpackages.com/badges/webjeyros-bing-webmaster-api/health.svg)](https://phpackages.com/packages/webjeyros-bing-webmaster-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
