PHP code example of petermartinez / blockscore-php

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

    

petermartinez / blockscore-php example snippets



$blockscore = new blockscore(YOUR_API_KEY);

$VerifyResult = $blockscore->Blockscore_Verification($name, $dob, $documentNum, $documentType, 
  $address, $telephone, $ip, $note);

$QuestionSet = $blockscore->QuestionSet();

$QuestionResults = $blockscore->CheckQuestionAnswers(array($answers));