PHPackages                             promopult/dadata-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. [API Development](/categories/api)
4. /
5. promopult/dadata-client

ActiveLibrary[API Development](/categories/api)

promopult/dadata-client
=======================

Modern full featured DaData.ru API client

v2.0.2(3y ago)110.6k↓62.5%UNLICENSEPHPPHP ^7.4|^8.0CI failing

Since May 16Pushed 3y ago3 watchersCompare

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

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

PHP-библиотека API DaData.ru
============================

[](#php-библиотека-api-dadataru)

Клиентская библиотека для API сервиса [DaData.ru](Https://dadata.ru)

[![Build Status](https://camo.githubusercontent.com/2ff9c55829e943766f8feecaf81bc1ab2713e9067a9453142e96da9b171c6c74/68747470733a2f2f7472617669732d63692e6f72672f70726f6d6f70756c742f6461646174612d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/promopult/dadata-client)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/14d6b16c3ba5c829d6eba0c15a315dec406127418564a971ef71f9e428649559/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726f6d6f70756c742f6461646174612d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/promopult/dadata-client/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/74de31881e454d87a3c02d6dd85b3dea72572ff0896b31578f1232568cd13dfb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726f6d6f70756c742f6461646174612d636c69656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/promopult/dadata-client/?branch=master)

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

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

```
$ composer require promopult/dadata-client
```

или

```
"require": {
  // ...
  "promopult/dadata-client": "~2.0.0"
  // ...
}

```

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

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

Смотрите различные примеры в папке [examples](/examples).

```
$client = new \Promopult\Dadata\Client(
    new \Promopult\Dadata\Credentials(getenv('__TOKEN__'), getenv('__SECRET__')),
    new \GuzzleHttp\Client()
);

$suggestions = $client->suggestions->partySuggest('сбербанк');

var_dump($suggestions);

/*
{
  "suggestions": [
    {
      "value": "ПАО СБЕРБАНК",
      "unrestricted_value": "ПАО СБЕРБАНК",
      "data": {
        "kpp": "773601001",
        "capital": null,
        "management": {
          "name": "Греф Герман Оскарович",
          "post": "ПРЕЗИДЕНТ, ПРЕДСЕДАТЕЛЬ ПРАВЛЕНИЯ",
          "disqualified": null
        },
        "founders": null,
        "managers": null,
        "branch_type": "MAIN",
        "branch_count": 88,
        "source": null,
        "qc": null,
        "hid": "145a83ab38c9ad95889a7b894ce57a97cf6f6d5f42932a71331ff18606edecc6",
        "type": "LEGAL",
        "state": {
          "status": "ACTIVE",
          "actuality_date": 1564012800000,
          "registration_date": 677376000000,
          "liquidation_date": null
        },
        "opf": {
          "type": "2014",
          "code": "12247",
          "full": "Публичное акционерное общество",
          "short": "ПАО"
        },
        "name": {
          "full_with_opf": "ПУБЛИЧНОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО \"СБЕРБАНК РОССИИ\"",
          "short_with_opf": "ПАО СБЕРБАНК",
          "latin": null,
          "full": "СБЕРБАНК РОССИИ",
          "short": "СБЕРБАНК"
        },
        "inn": "7707083893",
        "ogrn": "1027700132195",
        "okpo": null,
        "okved": "64.19",
        "okveds": null,
        "authorities": null,
        "documents": null,
        "licenses": null,
        "finance": null,
        "address": {
          "value": "г Москва, ул Вавилова, д 19",
          "unrestricted_value": "117312, г Москва, Академический р-н, ул Вавилова, д 19",
          "data": { ... }
        },
        "phones": null,
        "emails": null,
        "ogrn_date": 1029456000000,
        "okved_type": "2014",
        "employee_count": null
      }
    },
    ...
  ]
}
*/
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~156 days

Recently: every ~195 days

Total

6

Last Release

1446d ago

Major Versions

v1.1.0 → v2.0.02022-07-07

PHP version history (3 changes)v1.0.1PHP ^7.2

v1.1.0PHP ^7.2.5

v2.0.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3429161?v=4)[Dmitry Gladyshev](/maintainers/gladyshev)[@gladyshev](https://github.com/gladyshev)

---

Top Contributors

[![gladyshev](https://avatars.githubusercontent.com/u/3429161?v=4)](https://github.com/gladyshev "gladyshev (35 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/promopult-dadata-client/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69634.4M144](/packages/algolia-algoliasearch-client-php)[cakephp/cakephp

The CakePHP framework

8.8k19.1M1.7k](/packages/cakephp-cakephp)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35729.6k2](/packages/telnyx-telnyx-php)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)

PHPackages © 2026

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