Skip to content

jpwdesigns/php-satisfaction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Library for the Get Satisfaction API

This is just a collection of the PHP files needed to use the Get Satisfaction API.

Example usage

require_once("Satisfaction.php");

require_once("HTTP_Request_Oauth.php");

$sfn_root = "http://community.yourdomain.com/"; // or if not using cname then whatever your getsatisfaction company url is

$method = 'POST';

$req_params = array();

$query_params = array();

$consumer_data = array( 'key' => 'yourkey', 'secret' => 'yoursecret' );

$request_tokens = get_oauth_request_token($consumer_data);

In addition to these files you will need to install the PEAR library HTTP_Request.

Libraries included

About

PHP Library for the Get Satisfaction API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%