adityasetiono/app-direct

Wrapper Class for AppDirect

1.0.3 2017-10-09 06:19 UTC

This package is auto-updated.

Last update: 2024-05-14 19:19:06 UTC


README

Wrapper Class for AppDirect

Installation

To install it with composer:

composer require adityasetiono/app-direct

Usage

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