PHP code example of siftscience / sift-partner-php

1. Go to this page and download the library: Download siftscience/sift-partner-php 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/ */

    

siftscience / sift-partner-php example snippets


    "    ...
        "siftscience/sift-partner-php" : "1.*"
        ...
    }
    

      $partner_client = new SiftClient('my_api_key', 'my_partner_id');
    

phpunit --bootstrap vendor/autoload.php test/SiftClientTest