PHP Classes

File: README

Recommend this page to a friend!
  Classes of CPK Smithies   Amazon Mechanical Turk PHP REST API   README   Download  
File: README
Role: Documentation
Content type: text/plain
Description: Prefatory documentation
Class: Amazon Mechanical Turk PHP REST API
Setup crowdsourcing tasks with Mechanical Turk API
Author: By
Last change:
Date: 12 years ago
Size: 1,043 bytes
 

Contents

Class file image Download
AMT REST API This package is placed by the author in the public domain. This package is written for php 5.3+. It uses namespaces. It implements the whole of the (usable) Amazon Mechanical Turk API over the Amazon REST interface. The aim has not been to impose an object-oriented view of the Amazon API - whose object decomposition must necessarily depend upon individual applications - but rather to apply a low-level object-oriented approach to its implementation whilst making the best use of the facilities built into PHP. This package divides the AMT API into four main chunks: the core, the qualifications API, the notifications API, and the notification response class. The latter provides the basis for a web service to receive AMT notifications. Many AMT implementations will need only the core. The written documentation has been designed to co-exist with automatically generated documentation using the docblox PEAR package. Instructions on generating the automatic documentation are included in the installation documentation.