gietos/dadata
最新稳定版本:v1.2.0
Composer 安装命令:
composer require gietos/dadata
包简介
Dadata API client (https://dadata.ru)
README 文档
README
Non-official PHP library for the DaData.ru REST API
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('форд фокус')
统计信息
- 总下载量: 290.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 49
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-16