alldigitalrewards / rewards
所有数字奖励API类
1.4.0
2018-07-02 21:23 UTC
Requires
- php: >=5.5.0
- dev-master
- 1.4.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-add-credit-call
- dev-pending_redemptions
- dev-redemption_pin
- dev-fix-password-recovery
- dev-fix_411_error
- dev-ip_address
- dev-password_token
- dev-transaction_auth_tweak
- dev-sso-update
- dev-category-params
- dev-style-fix
This package is auto-updated.
Last update: 2024-09-20 00:48:41 UTC
README
该包可在Packagist上获取,您可以使用Composer进行安装。
composer require alldigitalrewards/rewards
PHP 5.5+
使用方法
$endpoint = 'http://marketplace.alldigitalrewards.com';
$apiUser = 'demouser';
$apiKey = 'examplekey';
$reward = new \ADR\Rewards($endpoint, $apiUser, $apiKey);
var_dump(json_decode($reward->getRedemptionCampaigns()));