2017 © Pedro Peláez
 

library kangaroorewards-php-sdk

Kangaroo Rewards API

image

kangaroorewards/kangaroorewards-php-sdk

Kangaroo Rewards API

  • Sunday, November 13, 2016
  • by ursuleacv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Kangaroo Rewards REST API Client for PHP

Build Status Latest Version Software License, (*1)

Requirements

The following versions of PHP are supported., (*2)

  • PHP 5.6

Installation

Add the following to your composer.json file., (*3)

{
    "require": {
        "kangaroorewards/KangarooRewards-PHP-SDK": "~1.0"
    }
}

Usage

$api = new KangarooApi([
    'access_token' => {ACCESS_TOKEN},
]);

$resourceOwner = $api->me();

$customer = $api->getCustomer({CUSTOMER_ID}, ['include' => ['balance']]); 

$offers = $api->getOffers();

Credits

License

The MIT License (MIT). Please see License File for more information., (*4)

The Versions

13/11 2016

dev-master

9999999-dev

Kangaroo Rewards API

  Sources   Download

MIT

The Requires

 

The Development Requires

api oauth oauth2 loyalty kangaroo kangaroo rewards

13/11 2016

v1.0.1

1.0.1.0

Kangaroo Rewards API

  Sources   Download

MIT

The Requires

 

The Development Requires

api oauth oauth2 loyalty kangaroo kangaroo rewards

12/11 2016

v1.0.0

1.0.0.0

Kangaroo Rewards API

  Sources   Download

MIT

The Requires

 

The Development Requires

api oauth oauth2 loyalty kangaroo kangaroo rewards