Skip to content

adampatpattison/app-direct-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-direct-wrapper

Wrapper Class for the AppDirect Distribution API

Installation

To install it with composer:

composer require adampatpattison/app-direct-wrapper

Usage

$oauthRequest = new \OAuth('consumer_secret', 'consumer_key', OAUTH_SIG_METHOD_HMACSHA1);
$eventUrl = 'http://url.from.appdirect/';
$response = \adampatpattison\AppDirectWrapper\AppDirectRequest::send($eventUrl, $oauthRequest->getRequestHeader('GET', $eventUrl));

About

Wrapper Class for AppDirect

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%