library kangaroorewards-php-sdk
Kangaroo Rewards API
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
Kangaroo Rewards REST API Client for PHP
, (*1)
Requirements
The following versions of PHP are supported., (*2)
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)
dev-master
9999999-dev
Kangaroo Rewards API
Sources
Download
MIT
The Requires
The Development Requires
api
oauth
oauth2
loyalty
kangaroo
kangaroo rewards
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
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