2017 © Pedro Peláez
 

library php-sdk

WrapIt SDK for PHP

image

wrapit/php-sdk

WrapIt SDK for PHP

  • Friday, February 16, 2018
  • by skorkabence
  • Repository
  • 2 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

WrapIt SDK for PHP

Build Status Code Coverage Packagist, (*1)

Installation

The WrapIt SDK can be installed with Composer. Run this command:, (*2)

composer require wrapit/php-sdk

Usage

Simple GET example to get data of a user profile, (*3)

$wi = new \WrapIt\WrapIt([
    'domain' => '{domain}',
    'client_id' => '{client-id}',
    'client_secret' => '{client-secret}'
]);

// Use the LoginHelper to get an AccessToken

$userhelper = new \WrapIt\Helpers\WrapItUserHelper($wi, "{access-token}");

try {
    // Get data from the /people/me api
    $user = $userhelper->getUserData("me");
} catch (\WrapIt\Exceptions\WrapItResponseException $e) {
    echo 'The API returned an error: ' . $e->getMessage();
    exit;
}

echo 'Logged in as ' . $user["name"];

The Versions

16/02 2018

dev-master

9999999-dev https://github.com/WrapItDev/php-sdk

WrapIt SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bence Skorka

13/01 2018

0.1.4

0.1.4.0 https://github.com/WrapItDev/php-sdk

WrapIt SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bence Skorka

12/11 2017

0.1.3.2

0.1.3.2 https://github.com/WrapItDev/php-sdk

WrapIt SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bence Skorka

16/08 2017

0.1.3.1

0.1.3.1 https://github.com/WrapItDev/php-sdk

WrapIt SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bence Skorka

15/08 2017

0.1.3

0.1.3.0 https://github.com/WrapItDev/php-sdk

WrapIt SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bence Skorka

15/08 2017

0.1.2

0.1.2.0 https://github.com/WrapItDev/php-sdk

WrapIt SDK for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bence Skorka

15/08 2017

v0.1.01

0.1.01.0 https://github.com/WrapItDev/php-sdk

WrapIt SDK for PHP

  Sources   Download

The Requires

 

The Development Requires

15/08 2017

v0.1

0.1.0.0 https://github.com/WrapItDev/php-sdk

WrapIt SDK for PHP

  Sources   Download

The Requires

 

The Development Requires