PHPackages                             manzadey/yandex-metrika - 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. manzadey/yandex-metrika

ActiveLibrary[API Development](/categories/api)

manzadey/yandex-metrika
=======================

Yandex Metrika API

v0.1(4y ago)214MITPHPPHP ^7.1|^8.0

Since Aug 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Manzadey/yandex-metrika)[ Packagist](https://packagist.org/packages/manzadey/yandex-metrika)[ RSS](/packages/manzadey-yandex-metrika/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Yandex Metrika API
==================

[](#yandex-metrika-api)

Для начала работы необходимо создать клиент и указать счетчики и OAUTH токен.

```
use Manzadey\YandexMetrika\Client;

$client = new Client('metrics', 'token');
```

Пример запроса к API:

```
$response = $client->get('/stat/v1/data/bytime', [
    'metrics' => 'ym:s:visits',
    'date1'   => 'today',
    'date2'   => 'today',
]);

// return \Manzadey\YandexMetrika\Response
```

Функции для работы с Response:

```
public function getResponse() : ResponseInterface

public function toArray() : array

public function getBody() : string
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1743d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34869211?v=4)[Andrey Manzadey](/maintainers/Manzadey)[@Manzadey](https://github.com/Manzadey)

---

Top Contributors

[![Manzadey](https://avatars.githubusercontent.com/u/34869211?v=4)](https://github.com/Manzadey "Manzadey (1 commits)")

### Embed Badge

![Health badge](/badges/manzadey-yandex-metrika/health.svg)

```
[![Health](https://phpackages.com/badges/manzadey-yandex-metrika/health.svg)](https://phpackages.com/packages/manzadey-yandex-metrika)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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