yii2-extension dadata-yii2
Dadata API client (https://dadata.ru) Add cache
rocknroi/dadata-yii2
Dadata API client (https://dadata.ru) Add cache
- Friday, September 22, 2017
- by Henakel
- Repository
- 0 Watchers
- 0 Stars
- 6 Installations
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Yii2 Dadata&Cache
Description!
Standatr api and cache, (*1)
Install
php composer.phar require rocknroi/dadata-yii2
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('форд фокус')