petermartinez/datafinder-php
最新稳定版本:0.0.3
Composer 安装命令:
composer require petermartinez/datafinder-php
包简介
Basic SDK for Datafinder.com API I Details @ https://datafinder.com/api/overview
README 文档
README
Basic SDK for Data Finder API.
Dependencies
PHP 5.2+
Guzzle HTTP Client
Getting Started
Install
composer require petermartinez/datafinder-php
Initializing Datafinder
require_once('vendor/autoload.php'); require_once('src/Datafinder/Datafinder.php'); $search = array(); $search['d_first'] = ""; $search['d_last'] = ""; $search['d_zip'] = ""; $search['d_fulladdr'] = ""; $search['d_city'] = ""; $search['d_state'] = ""; $dataFinder = new Datafinder\Datafinder("APIKEY"); $results = $dataFinder->contactAppend("email",$search); echo "<pre>"; print_R($results);
Examples
Please see example.php for more information.
统计信息
- 总下载量: 211
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-08-07