PHP code example of tarnawski / associator-php-sdk

1. Go to this page and download the library: Download tarnawski/associator-php-sdk 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/ */

    

tarnawski / associator-php-sdk example snippets




use Associator\Client;
use Associator\Associator;

ient);
$associator->setApiKey('bf357212-41d4-41de-a0a5-01372c939583');

$result = $associator->getAssociations([2], 0.5, 0.5);

composer