PHP code example of snowshoe / stamp-sdk

1. Go to this page and download the library: Download snowshoe/stamp-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/ */

    

snowshoe / stamp-sdk example snippets


    
    hoe\SSSApiClient;

  $client= new SSSApiClient("INSERT_API_KEY");
  $JSONResponse=$client->processData("[[264,172],[267,371],[242,286],[69,375],[66,221]]");
  echo $JSONResponse;