truth4oll/dadata-api
Composer 安装命令:
composer require truth4oll/dadata-api
包简介
README 文档
README
Dadata.ru API client based on HTTP Client Extension for Yii 2.
How to use
Add this code into your project. Use yours token and secret provided by dadata.ru
$client = new DadataClient( [ 'token' => token, 'secret' => secret, ] );
Now client is ready to use.
Data clean
$response = $client->cleanAddress('< address >');
Installing
This project can be installed using Composer. Add the following to your composer.json:
{ "require": { "truth4oll/dadata-api": "dev-master" } }
Links
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-10