PHPackages                             promopult/yandex-business-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. promopult/yandex-business-api

ActiveLibrary[API Development](/categories/api)

promopult/yandex-business-api
=============================

Yandex.Business API client PHP-library

v3.6.1(11mo ago)411.2k↓64.3%1UNLICENSEPHPPHP ^7.4|^8.0

Since Jul 17Pushed 11mo ago3 watchersCompare

[ Source](https://github.com/promopult/yandex-business-api)[ Packagist](https://packagist.org/packages/promopult/yandex-business-api)[ RSS](/packages/promopult-yandex-business-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (6)Versions (21)Used By (0)

PHP-библиотека API Яндекс.Бизнес
================================

[](#php-библиотека-api-яндексбизнес)

Клиентская библиотека для API сервиса [Яндекс.Бизнес](https://yandex.ru/support/business-priority/index.html)

Ссылка на [документацию API](https://yandex.ru/dev/business-api/doc/ref/index.html)

### Установка

[](#установка)

```
$ composer require promopult/yandex-business-api
```

или

```
"require": {
  // ...
  "promopult/yandex-business-api": "*"
  // ...
}

```

### Примеры

[](#примеры)

Смотрите папку [examples](/examples).

```
$client = new \Promopult\YandexBusinessApi\Client(
    new \Promopult\YandexBusinessApi\Config(getenv('__ACCESS_TOKEN__')),
    new \GuzzleHttp\Client() // PSR-18 HTTP-client
);

$response = $client->pingping();

var_dump($response);

// array(1) {
//   ["data"]=>
//   string(8) "pongpong"
// }
```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance50

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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

Every ~76 days

Recently: every ~161 days

Total

20

Last Release

359d ago

Major Versions

v1.6.1 → 2.0.02022-05-04

v2.1.2 → v3.02022-10-11

PHP version history (3 changes)v1.4.2PHP ^7.2

2.0.0PHP ^7.4

v2.1.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3429161?v=4)[Dmitry Gladyshev](/maintainers/gladyshev)[@gladyshev](https://github.com/gladyshev)

---

Top Contributors

[![Alexsisukin](https://avatars.githubusercontent.com/u/17516588?v=4)](https://github.com/Alexsisukin "Alexsisukin (14 commits)")[![gladyshev](https://avatars.githubusercontent.com/u/3429161?v=4)](https://github.com/gladyshev "gladyshev (14 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/promopult-yandex-business-api/health.svg)

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

###  Alternatives

[guzzlehttp/guzzle

Guzzle is a PHP HTTP client library

23.5k1.0B34.3k](/packages/guzzlehttp-guzzle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69634.4M144](/packages/algolia-algoliasearch-client-php)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3845.9M26](/packages/gotenberg-gotenberg-php)

PHPackages © 2026

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