dadata
v1.1.18: Merge pull request #46 from AndreyProkofyev
Non-official PHP library for the DaData.ru REST API
API documentation
The suggested installation method is via composer:
composer require kstkn/dadata$client = new DadataClient(new GuzzleHttpClient(), [
'token' => '...',
'secret' => '...',
]);$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('форд фокус')