Skip to content

cheyner/goodhill-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goodhill-client-php

PHP Client for Goodhill API

//Example usage:
$api_key = '1234';
$secret = '5678';
$host = 'https://api.goodhill-solutions.com'

$GoodhillApi = new Goodhill\Client($api_key, $secret, array(
	$host
));

$settings = array(
  'query' => 'ACME',
	'page' => 1,
	'limit' => 8
);

$result = $GoodhillApi->search($settings);

About

PHP Client for Goodhill API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages