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

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

gietos/yii2-dadata
==================

A Yii2 client for Dadata (https://dadata.ru/)

1.0.4(10y ago)330.7k2MITPHPPHP &gt;=5.3.0

Since Nov 17Pushed 10y ago2 watchersCompare

[ Source](https://github.com/kstkn/yii2-dadata)[ Packagist](https://packagist.org/packages/gietos/yii2-dadata)[ RSS](/packages/gietos-yii2-dadata/feed)WikiDiscussions master Synced 3w ago

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

Yii2 Dadata API client
======================

[](#yii2-dadata-api-client)

A PHP library for the DaData.ru REST API

[![Latest Stable Version](https://camo.githubusercontent.com/9c5d8c0fdebadd177d2fbd6abeba2508ca5f090c170e3bfbf9d4353af957e1d2/68747470733a2f2f706f7365722e707567782e6f72672f676965746f732f796969322d6461646174612f76657273696f6e)](https://packagist.org/packages/gietos/yii2-dadata)[![Total Downloads](https://camo.githubusercontent.com/15dd9bbe69cb5a16fef14a404e51221fbc8147386e4c03b7e3813141e68e27e6/68747470733a2f2f706f7365722e707567782e6f72672f676965746f732f796969322d6461646174612f646f776e6c6f616473)](https://packagist.org/packages/gietos/yii2-dadata)[![License](https://camo.githubusercontent.com/6799b3dd83babaa17c2325fdb08859c078211285e4aeeaa374bcf835624c5e5d/68747470733a2f2f706f7365722e707567782e6f72672f676965746f732f796969322d6461646174612f6c6963656e7365)](https://packagist.org/packages/gietos/yii2-dadata)

[API documentation](https://dadata.ru/api/clean/)

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

[](#installation)

The suggested installation method is via [composer](https://getcomposer.org/):

```
composer require gietos/yii2-dadata
```

Usage
-----

[](#usage)

In config:

```
'components' => [
    // ...
    'dadata' => [
        'class' => '\gietos\yii\Dadata\Client',
        'token' => '...',
        'secret' => '...',
    ],
],
```

Example usage:

```
use gietos\yii\Dadata\Client;

/** @var Client $client */
$client = \Yii::$app->dadata;

$address = $client->cleanAddress('msk, tverskaya, 1');
echo 'Result: ' . $address->result . PHP_EOL;
```

[More documentation](https://github.com/gietos/dadata/blob/master/README.md)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

3

Last Release

3731d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ffa876952d5dbde2e9129a77220f7ef38c8274a2494d3952c9c83e36d0d43a1f?d=identicon)[kstkn](/maintainers/kstkn)

---

Tags

apiyii2DaData

### Embed Badge

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

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

###  Alternatives

[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1143.6k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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