PHPackages                             slava-basko/yandex-api-webmaster - 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. slava-basko/yandex-api-webmaster

ActiveLibrary[API Development](/categories/api)

slava-basko/yandex-api-webmaster
================================

Client for yandex Webmaster

01561PHP

Since Oct 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/slava-basko/yandex-api-webmaster)[ Packagist](https://packagist.org/packages/slava-basko/yandex-api-webmaster)[ RSS](/packages/slava-basko-yandex-api-webmaster/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yandex-api-webmaster
====================

[](#yandex-api-webmaster)

Credentials?
------------

[](#credentials)

How to get a token? No matter. Choose your way

How to use?
-----------

[](#how-to-use)

```
use Yandex\Auth\Token;
use YandexWebmaster\Auth\User;
use YandexWebmaster\Http\Client;

$client = Client::create('client_id', 'client_password');
$user = new User('user_id', new Token('token'));

try {
    $action = new \YandexWebmaster\Action\AddSiteAction($user, 'example.com');
    $client->call($action);
} catch (\Yandex\Exception\YandexException $ex) {
    //TODO: maybe write to log...
}
```

Action =&gt; Return Type
------------------------

[](#action--return-type)

ActionTypeNotesGetUserIdActionint-AddSiteActionstringHost IDAddOriginalTextActionOriginalText-AddSitemapActionstringSitemap IDDeleteOriginalTextActiontrue-DeleteSiteActiontrue-DeleteSitemapActiontrue-GetListOfSitesActionSite\[\]-GetSiteActionSite-GetSiteOwnersActionSiteOwner-GetSiteStatActionSiteStat-GetSiteVerificationStatusActionSiteVerificationStatus-VerifySiteActionSiteVerificationStatus-

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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/6a8e37b4c52b1cfe4f5d64f420d21875ebdeb53954d6859d6d663038b95ef3cc?d=identicon)[slava-basko](/maintainers/slava-basko)

---

Top Contributors

[![slava-basko](https://avatars.githubusercontent.com/u/4376953?v=4)](https://github.com/slava-basko "slava-basko (29 commits)")

### Embed Badge

![Health badge](/badges/slava-basko-yandex-api-webmaster/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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