seebeez/seebeez-php

php client library for seebeez-api

dev-master 2019-09-28 16:05 UTC

This package is auto-updated.

Last update: 2024-04-29 04:32:28 UTC


README

Build Status Coverage Status Codacy Badge

Seebeez is a super fast transcoding service made for developers for converting all types of file formats.

Contents

Dependencies

  • PHP 7.0 or higher
  • Composer

Installation

Install Composer and get the following package

$ composer require seebeez/seebeez-php

Quick Start

Seebeez first fetches the file of the provided format from the source and exports the file to your storage based on the export link. You can also specify the codec you want to use on the provided file format. You can implicitly set the server type of your job instance.

Please note that, you need obtain an API TOKEN to use this library.

use "SeebeezPHP\Seebeez"