library datafinder-php
Basic SDK for Datafinder.com API I Details @ https://datafinder.com/api/overview
petermartinez/datafinder-php
Basic SDK for Datafinder.com API I Details @ https://datafinder.com/api/overview
- Monday, November 23, 2015
- by PeterMartinez
- Repository
- 1 Watchers
- 0 Stars
- 57 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
Datafinder-php
Basic SDK for Data Finder API., (*1)
Dependencies
PHP 5.2+, (*2)
Guzzle HTTP Client, (*3)
Getting Started
Install
composer require petermartinez/datafinder-php, (*4)
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., (*5)
dev-master
9999999-dev
Basic SDK for Datafinder.com API I Details @ https://datafinder.com/api/overview
Sources
Download
The Requires
by
Peter Martinez
0.0.3
0.0.3.0
Basic SDK for Datafinder.com API I Details @ https://datafinder.com/api/overview
Sources
Download
The Requires
by
Peter Martinez
0.0.2
0.0.2.0
Basic SDK for Datafinder.com API I Details @ https://datafinder.com/api/overview
Sources
Download
The Requires
by
Peter Martinez
0.0.1
0.0.1.0
Basic SDK for Datafinder.com API I Details @ https://datafinder.com/api/overview
Sources
Download
The Requires
by
Peter Martinez