Skip to content

seebeez/seebeez-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seebeez PHP

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"