2017 © Pedro Peláez
 

library dadata-api

image

truth4oll/dadata-api

  • Saturday, October 10, 2015
  • by truth4oll
  • Repository
  • 1 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Dadata.ru API Client

Dadata.ru API client based on HTTP Client Extension for Yii 2., (*1)

How to use

Add this code into your project. Use yours token and secret provided by dadata.ru, (*2)

$client = new DadataClient(
    [
        'token' => token,
        'secret' => secret,
    ]
);

Now client is ready to use., (*3)

Data clean

$response = $client->cleanAddress('< address >');

Installing

This project can be installed using Composer. Add the following to your composer.json:, (*4)


{ "require": { "truth4oll/dadata-api": "dev-master" } }

The Versions

10/10 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires