sportarchive / cloud-transcode-com-sdk
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.
Requires
- php: >=5.6
- aws/aws-sdk-php: 3.*
Requires (Dev)
This package is auto-updated.
Last update: 2021-07-04 22:33:23 UTC
README
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