PHP code example of alldigitalrewards / rewards

1. Go to this page and download the library: Download alldigitalrewards/rewards library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

alldigitalrewards / rewards example snippets


$endpoint = 'http://marketplace.alldigitalrewards.com';
$apiUser = 'demouser';
$apiKey = 'examplekey';

$reward = new \ADR\Rewards($endpoint, $apiUser, $apiKey);

var_dump(json_decode($reward->getRedemptionCampaigns()));