2017 © Pedro Peláez
 

yii2-extension yii2-dadata

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

image

gietos/yii2-dadata

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

  • Friday, April 8, 2016
  • by gietos
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,212 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Yii2 Dadata API client

A PHP library for the DaData.ru REST API, (*1)

Latest Stable Version Total Downloads License, (*2)

API documentation, (*3)

Installation

The suggested installation method is via composer:, (*4)

composer require gietos/yii2-dadata

Usage

In config:, (*5)

``` php 'components' => [ // ... 'dadata' => [ 'class' => '\gietos\yii\Dadata\Client', 'token' => '...', 'secret' => '...', ], ],, (*6)


Example usage: ``` php 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, (*7)

The Versions

08/04 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Sergey Kasatkin

api yii2 dadata

08/04 2016

1.0.4

1.0.4.0

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

  Sources   Download

MIT

The Requires

 

by Sergey Kasatkin

api yii2 dadata

17/11 2015

1.0.2

1.0.2.0

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

  Sources   Download

MIT

The Requires

 

by Sergey Kasatkin

api yii2 dadata

17/11 2015

1.0.3

1.0.3.0

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

  Sources   Download

MIT

The Requires

 

by Sergey Kasatkin

api yii2 dadata