PHPackages                             mahbubcsedu/laraturksoap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mahbubcsedu/laraturksoap

ActiveLibrary[API Development](/categories/api)

mahbubcsedu/laraturksoap
========================

Provides a Laravel 5 package to access Amazon Mechanical turk interface

18PHP

Since Jul 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mahbubcsedu/laraturksoap)[ Packagist](https://packagist.org/packages/mahbubcsedu/laraturksoap)[ RSS](/packages/mahbubcsedu-laraturksoap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

turksoap-laravel
================

[](#turksoap-laravel)

This package is for accessing amazon turk from laravel

This package is to overcome the problem of laraturk( ) which is not designed for external experiment design.

This package used the library file that is not official to amazon but they have provided it to their site for use. Not all operations are implemented now, but I will provided a clear package which will be able to do all sorts of work for amazon mechanical turk research.

Installation

Install by adding turksoap to your composer.json file:

require : { "mahbubcsedu/laraturksoap": "dev-master" } or with a composer command:

composer require "mahbubcsedu/laraturksoap": "dev-master" After installation, add the provider to your config/app.php providers:

'mahbubcsedu\\TurkSoap\\TurkSoapServiceProvider', and the facade to config/app.php aliases:

'TurkSoap' =&gt; 'mahbubcsedu\\turksoap\\Facades\\TurkSoap', Configuring TurkSoap

First publish the config file:

php artisan vendor:publish This will create a turksoap.php config file. There you can define default values of parameters used in all functions.

If you will only be creating one type of HIT, you should specify all the default values in the config file.

You will also need to set two environment variables which the laraturk.php config file uses: AWS\_ROOT\_ACCESS\_KEY\_ID and AWS\_ROOT\_SECRET\_ACCESS\_KEY. If these are not set and you try to use LaraTurk, LaraTurk will throw a LaraTurkException.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/af00a36fc4e417b9eb80fe7a4e519df940881ae67ccf89769139558de4599225?d=identicon)[mahbubcsedu](/maintainers/mahbubcsedu)

---

Top Contributors

[![mahbubcsedu](https://avatars.githubusercontent.com/u/7530275?v=4)](https://github.com/mahbubcsedu "mahbubcsedu (12 commits)")

### Embed Badge

![Health badge](/badges/mahbubcsedu-laraturksoap/health.svg)

```
[![Health](https://phpackages.com/badges/mahbubcsedu-laraturksoap/health.svg)](https://phpackages.com/packages/mahbubcsedu-laraturksoap)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
