2017 © Pedro Peláez
 

yii2-extension yii2-binotel

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

image

denostr/yii2-binotel

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

  • Thursday, June 21, 2018
  • by denost
  • Repository
  • 2 Watchers
  • 1 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

Binotel клиент для Yii2

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Установка

Рекомендуется установка через composer:, (*2)

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

или добавить, (*3)

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

в файл composer.json, (*4)

Подключение

Подключение компонента в конфиг проекта:, (*5)

'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());
}

Документацию можно найти по ссылке, (*6)

The Versions

21/06 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Denis Ostrovsky

api extension yii2 binotel

21/06 2018

0.1.1

0.1.1.0

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

  Sources   Download

MIT

The Requires

 

by Denis Ostrovsky

api extension yii2 binotel

10/04 2018

0.1.0

0.1.0.0

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

  Sources   Download

MIT

The Requires

 

by Denis Ostrovsky

api extension yii2 binotel