PHP code example of oceanapplications / mturk_php

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

    

oceanapplications / mturk_php example snippets


$m = new MechanicalTurk();
$r = $m->request('GetAccountBalance');
if (MechanicalTurk::is_valid($r))
    echo 'Your balance is: ' . MechanicalTurk::get_response_element($r, 'Amount');


$question = <<<QUESTION
<?xml version="1.0" encoding="UTF-8"