sportarchive/cloud-processing-engine-client-sdk-php

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (2.0) of this package.

PHP SDK for the Cloud Processing Engine client applications. Allows communication with the CPE Stack over SQS: start_job, get activity progress, etc. It is a simple SQS wrapper.

2.0 2016-11-30 23:25 UTC

This package is auto-updated.

Last update: 2021-07-04 22:33:23 UTC


README

Scrutinizer Code Quality Build Status

What for?

Use this SDK if you want to develop a client application in PHP for the Cloud Processing Engine (CPE) project.

This SDK offers a wrapper around SQS to communicate with the CPE stack and send commands to it. It craft the proper SQS messages for the stack.

Usage Example: Client Example

In the CPE project you will find a folder named 'client_example' that uses this SDK to communicate with the stack.

See: https://github.com/sportarchive/CloudProcessingEngine/tree/master/client_example

Install

Composer package:
https://packagist.org/packages/sportarchive/cloud-processing-engine-client-sdk-php

SDK Documentation

http://sportarchive.github.io/CloudProcessingEngine-Client-SDK-PHP