views:

49

answers:

1

I need to create a HIT using the Amazon Mechanical Turk API from PHP. There's no examples at the official documentation and no PHP librearies or SDK. Does anyone know how to do this? any kind of help is appreciated, a PHP example will be great.

+1  A: 

There is an API:

http://sourceforge.net/projects/mturk-php/

After doing a lot of research my company decided that it is easier for the most part to use other services that use mturk, such as SmartSheet:
http://www.smartsheet.com/

Kerry
Thanks Kerry for your answer. I've found that library and I'm using it, but no examples at all. I believe it has nothing to do with the php library. I think what I need is a description of the process to create a new HIT, the secuence of functions to call at the mturk api, parameters, etc.
Agustin
Yeah, when I was looking I found very little support and dived decently deep into it until we decided it wasn't worth the effort... I'm hoping to see an answer.
Kerry