PHP code example of rtraselbd / resellerclub-gsuite-php-api

1. Go to this page and download the library: Download rtraselbd/resellerclub-gsuite-php-api 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/ */

    

rtraselbd / resellerclub-gsuite-php-api example snippets


use RT\ResellerClub\ResellerClub;

/**
* Location: [in = India, se = South East Asia & Egypt, gbl = Global]
* Plan ID:  India, South East Asia & Egypt, Global [Business Starter = (1660,1663,1657), Business Standard = (1661,1664,1658), Business Plus = (1662,1665,1659), Enterprise Plus = (1554, 1560, 1557)]
*/

$resellerClub = new ResellerClub('<userId>', '<apiKey>');
$resellerClub->gsuite()->add('rtrasel3.com', 1, 1, 1, 'NoInvoice', 'gbl', 1657);