PHPackages                             denostr/yii2-binotel - 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. denostr/yii2-binotel

ActiveYii2-extension[API Development](/categories/api)

denostr/yii2-binotel
====================

Клиент API Binotel для Yii2

0.1.1(7y ago)21.2kMITPHPPHP &gt;=5.4.0

Since Apr 10Pushed 7y ago2 watchersCompare

[ Source](https://github.com/denostr/yii2-binotel)[ Packagist](https://packagist.org/packages/denostr/yii2-binotel)[ RSS](/packages/denostr-yii2-binotel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Binotel клиент для Yii2
=======================

[](#binotel-клиент-для-yii2)

[![Latest Stable Version](https://camo.githubusercontent.com/6468302f6f2146fd4acbddf14e1f97465acc0cd1069a8abddac4ca3de7b6d15f/68747470733a2f2f706f7365722e707567782e6f72672f64656e6f7374722f796969322d62696e6f74656c2f762f737461626c65)](https://packagist.org/packages/denostr/yii2-binotel)[![Total Downloads](https://camo.githubusercontent.com/f7ec3590b2496da941f66150ecbc5830227ba4bb12ddc7af9f45dadc3aeea748/68747470733a2f2f706f7365722e707567782e6f72672f64656e6f7374722f796969322d62696e6f74656c2f646f776e6c6f616473)](https://packagist.org/packages/denostr/yii2-binotel)[![Latest Unstable Version](https://camo.githubusercontent.com/908fe08eca75d9c76c3718a8cce33aff9cb277f294d5bd80b68db05d7209b0cd/68747470733a2f2f706f7365722e707567782e6f72672f64656e6f7374722f796969322d62696e6f74656c2f762f756e737461626c65)](https://packagist.org/packages/denostr/yii2-binotel)[![License](https://camo.githubusercontent.com/57a616614c8f7f0a7a45cebf07e4a0e616dfdfbe875c1f3fbffa85dfe627dd55/68747470733a2f2f706f7365722e707567782e6f72672f64656e6f7374722f796969322d62696e6f74656c2f6c6963656e7365)](https://packagist.org/packages/denostr/yii2-binotel)

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

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

Рекомендуется установка через composer:

```
$ composer require denostr/yii2-binotel:"~0.1.0"

```

или добавить

```
"denostr/yii2-binotel": "~0.1.0"

```

в файл `composer.json`

Подключение
-----------

[](#подключение)

Подключение компонента в конфиг проекта:

```
'components' => [
	...
	'binotel' => [
		'class' => 'denostr\Binotel\yii\Client',
		'key' => 'MY_KEY',
		'secret' => 'MY_SECRET',
	],
],

```

Использование
-------------

[](#использование)

```
try {
    $binotel = Yii::$app->binotel;
    $voiceFiles = $binotel->settings->listOfVoiceFiles();

    print_r($voiceFiles);

} catch (\denostr\Binotel\Exception $e) {
    printf('Error (%d): %s' . PHP_EOL, $e->getCode(), $e->getMessage());
}

```

**Документацию можно найти по [ссылке](https://github.com/denostr/binotel-api)**

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Every ~71 days

Total

2

Last Release

2883d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24510436?v=4)[Dennis Ostapenko](/maintainers/denost)[@denost](https://github.com/denost)

---

Top Contributors

[![denostr](https://avatars.githubusercontent.com/u/967489?v=4)](https://github.com/denostr "denostr (11 commits)")

---

Tags

apiyii2extensionbinotel

### Embed Badge

![Health badge](/badges/denostr-yii2-binotel/health.svg)

```
[![Health](https://phpackages.com/badges/denostr-yii2-binotel/health.svg)](https://phpackages.com/packages/denostr-yii2-binotel)
```

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[mikemadisonweb/yii2-elasticsearch

Yii2 extension for integration with Elasticsearch version 5.0 and above.

153.9k](/packages/mikemadisonweb-yii2-elasticsearch)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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