28/02
2015
Wallogit.com
2017 © Pedro Peláez
Blockscore.com PHP SDK, Forked from https://github.com/BlockScore/blockscore-php
This is the official library for PHP clients of the BlockScore API. Click here to read the full documentation., (*1)
PHP 5.2+ w/ fopen wrapper and SSL extensions enabled, (*2)
require_once('blockscore.class.php');
$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));
Please see examples.php for more information., (*3)
Many thanks to FusionCash, Inc's Tyler Derheim for creating the initial PHP library!, (*4)
Copyright (c) 2014 BlockScore. See LICENSE.txt for further details., (*5)