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

This package is auto-updated.

Last update: 2024-04-05 04:40:44 UTC


README

Scrutinizer Code Quality Build Status

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.

See: https://github.com/sportarchive/CloudTranscode