bfansports / cloud-processing-engine-sdk
There is no license information available for the latest version (3.0) of this package.
PHP SDK for the Cloud Processing Engine activities. Use this SDK to create your custom activities for the CloudTranscode project
3.0
2017-01-28 16:48 UTC
Requires
- php: >=5.6
- aws/aws-sdk-php: 3.*
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-05 05:56:56 UTC
README
What for?
Use this SDK if you want to develop custom Activities for the Cloud Transcode or your own project.
This SDK offers classes for your custom activities:
- Base Activity class to extend for your own activities
- Client Interface to extends to create your own interface between your Activity and client application
- Logger
- Custom exception class
Usage Example: Cloud Transcode
Cloud Transcode (CT) is an example of project using this SDK.
CT transcodes media files at scale using the CPE stack. It uses this SDK to implement its Activities and to report back to client applications that submitted jobs to the CPE stack.