PHPackages                             isudakoff/yii2-dadata-suggestions - 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. isudakoff/yii2-dadata-suggestions

ActiveYii2-extension

isudakoff/yii2-dadata-suggestions
=================================

Yii2 DaData Suggestions

010PHP

Since Feb 9Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 DaData Suggestions
=======================

[](#yii2-dadata-suggestions)

This extension allows you to easily get tips from service [DaData.ru](http://dadata.ru)

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

[](#installation)

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

Run

```
php composer.phar require --prefer-dist isudakoff/yii2-dadata-suggestions "*"

```

or add

```
"isudakoff/yii2-dadata-suggestions": "*"
```

to the `require` section of your composer.json.

Usage
-----

[](#usage)

Add to config:

```
'components' => [
    // ...
    'dadata' => [
        'class' => 'isudakoff\dadata\Suggest',
        'token' => 'your_token_here',
    ],
 ]
```

Get array of Address where needed

```
$addresses = Yii::$app->dadata->getAddresses('москва проспект мира 10', 10);

$street = $addresses[0]->street
$city = $addresses[0]->city
$country = $addresses[0]->country
```

TBD
---

[](#tbd)

- Add more types of suggestion
- Add docs

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/89ab244c9d1301a27f0c013dc3118827afd82dcc9213933b561a0855d55d61f3?d=identicon)[isudakoff](/maintainers/isudakoff)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/isudakoff-yii2-dadata-suggestions/health.svg)

```
[![Health](https://phpackages.com/badges/isudakoff-yii2-dadata-suggestions/health.svg)](https://phpackages.com/packages/isudakoff-yii2-dadata-suggestions)
```

PHPackages © 2026

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