Skip to content

jcart/zencoder-api-client-bundle

Repository files navigation

Overview

This bundle is a bridge between Symfony2 configuration and zencoder-php library.

Installation

Download the dependency via composer

composer require jcart/zencoder-api-client-bundle

Install the bundle into your AppKernel. Add the following line to the bundle defintions:

new JC\ConsulApiClientBundle\JCZencoderApiClientBundle(),

Configuration

The configuration supports configuration the zencoder api.

jc_zencoder_api_client:
    host: api.zencoder.com
    secret: your_secret_key
    debug: false
    ca_path: ~
    ca_file: ~

Usage

A zencoder service instance is

For zencoder instance of the Zencoder\Api is injected into the service container with the service id

jc_zencoder_api_client.client

About

Zencoder API Client bundle for Symfony2 Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages