PHP code example of dcarbone / amber-hat
1. Go to this page and download the library: Download dcarbone/amber-hat 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/ */
dcarbone / amber-hat example snippets
use DCarbone\AmberHat\AmberHatClient;
$client = new AmberHatClient(
'https://redcap.mygreatinstitution.edu/api/',
'mygreattoken',
'my-cache-dir');
$json_string = json_encode($itemObject->jsonSerialize());