gietos/dadata

This package is abandoned and no longer maintained. The author suggests using the kstkn/dadata package instead.

Dadata API client (https://dadata.ru)

Maintainers

Details

github.com/kstkn/dadata

Source

Issues

Installs: 257 904

Dependents: 1

Suggesters: 0

Security: 0

Stars: 47

Watchers: 3

Forks: 20

Open Issues: 16

v1.2.0 2020-03-11 07:15 UTC

README

Non-official PHP library for the DaData.ru REST API

Latest Stable Version Total Downloads License

API documentation

Installation

The suggested installation method is via composer:

composer require kstkn/dadata

Usage

$client = new Dadata\Client(new \GuzzleHttp\Client(), [
    'token' => '...',
    'secret' => '...',
]);

Clean

$response = $client->cleanAddress('мск сухонска 11/-89');
$response = $client->cleanPhone('тел 7165219 доб139');
$response = $client->cleanPassport('4509 235857');
$response = $client->cleanName('Срегей владимерович иванов');
$response = $client->cleanEmail('serega@yandex/ru');
$response = $client->cleanDate('24/3/12');
$response = $client->cleanVehicle('форд фокус')