PHPackages                             skeeks/yii2-webinar-client - 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. [Framework](/categories/framework)
4. /
5. skeeks/yii2-webinar-client

ActiveYii2-extension[Framework](/categories/framework)

skeeks/yii2-webinar-client
==========================

https://help.webinar.ru/ru/collections/1839571-api

1.0.0(4y ago)00BSD-3-ClausePHP

Since Jun 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/skeeks-semenov/yii2-webinar-client)[ Packagist](https://packagist.org/packages/skeeks/yii2-webinar-client)[ Docs](http://www.skeeks.com/)[ RSS](/packages/skeeks-yii2-webinar-client/feed)WikiDiscussions main Synced 1mo ago

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

API Dadata.ru
=============

[](#api-dadataru)

Info
----

[](#info)

-

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist skeeks/yii2-dadata-client "*"

```

or add

```
"skeeks/yii2-dadata-client": "*"

```

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

[](#how-to-use)

```
//App config
[
    'components'    =>
    [
    //....
        'dadataClient' =>
        [
            'class'                 => 'skeeks\yii2\dadataClient\dadataClient',
            'token'   => 'token',
            'secret'   => 'secret',
            'timeout'               => 12,
        ],
    //....
    ]
]
```

Examples
--------

[](#examples)

### Адресные подсказки

[](#адресные-подсказки)

```
$response = \Yii::$app->dadataClient->suggest->address("Москва");
print_r($response); //Array response data
```

### Определение положения пользователя по ip

[](#определение-положения-пользователя-по-ip)

```
$response = \Yii::$app->dadataSuggestApi->detectAddressByIp(\Yii::$app->request->userIP);
```

### Подсказки email

[](#подсказки-email)

```
$response = \Yii::$app->dadataClient->suggest->email("test@ya");
print_r($response); //Array response data
```

### Подсказки фио

[](#подсказки-фио)

```
$response = \Yii::$app->dadataClient->suggest->fio("Семен");
print_r($response); //Array response data
```

---

> [![skeeks!](https://camo.githubusercontent.com/e80b006782c0ce0ce23f8e2e2530130e856f2f49c6a5a8e0e15eaf0c87d25d7b/68747470733a2f2f736b65656b732e636f6d2f696d672f6c6f676f2f6c6f676f2d6e6f2d7469746c652d383070782e706e67)](https://skeeks.com)
> *SkeekS CMS (Yii2) — quickly, easily and effectively!*
> [skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/785306737dd13e3ea6826dfc04ab29ececa88f560d054ff595d64853cb878219?d=identicon)[skeeks-semenov](/maintainers/skeeks-semenov)

---

Top Contributors

[![skeeks-semenov](https://avatars.githubusercontent.com/u/9209305?v=4)](https://github.com/skeeks-semenov "skeeks-semenov (2 commits)")

---

Tags

apiframeworkappskeeksyii

### Embed Badge

![Health badge](/badges/skeeks-yii2-webinar-client/health.svg)

```
[![Health](https://phpackages.com/badges/skeeks-yii2-webinar-client/health.svg)](https://phpackages.com/packages/skeeks-yii2-webinar-client)
```

###  Alternatives

[skeeks/yii2-assets-auto-compress

Automatically compile and merge files js + css + html in yii2 project

162437.6k6](/packages/skeeks-yii2-assets-auto-compress)

PHPackages © 2026

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