Download the PHP package hsnfirdaus/subtitle-google-translator without Composer
On this page you can find all versions of the php package hsnfirdaus/subtitle-google-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hsnfirdaus/subtitle-google-translator
More information about hsnfirdaus/subtitle-google-translator
Files in hsnfirdaus/subtitle-google-translator
Download hsnfirdaus/subtitle-google-translator
More information about hsnfirdaus/subtitle-google-translator
Files in hsnfirdaus/subtitle-google-translator
Vendor hsnfirdaus
Package subtitle-google-translator
Short Description Php subtitle translator using Google Translate
License Apache-2.0
Package subtitle-google-translator
Short Description Php subtitle translator using Google Translate
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package subtitle-google-translator
Subtitle Google Translator
A php library to translate subtitle srt format with google translate.
Installation
Using Composer
It's recomended to install this library by Composer :
Manual Installation
You can just manually download this repository as zip and extract to your project directory and include the src/SubtitleTranslator.php
file.
Calling the class
You can call this sdk class like this :
Parameters on Calling
Parameter | Type | Default Value | Details |
---|---|---|---|
$source_lang |
string |
auto | The source language code (en,id,da, e.t.c) |
$target_lang |
string |
id | The target language code (en,id,da, e.t.c) |
Response
The response of method on this class is raw srt.
Note
Input subtitle type must be srt and output type will be srt to.
Usage
- From Raw
- Parameters
- From File
- Parameters
From Raw
Parameters
Parameter | Type | Default Value | Details |
---|---|---|---|
$raw_subtitle |
string |
null | The raw text from subtitle. |
From File
Parameters
Parameter | Type | Default Value | Details |
---|---|---|---|
$file_path |
string |
null | The realpath of subtitle file. |
All versions of subtitle-google-translator with dependencies
PHP Build Version
Package Version
No informations.
The package hsnfirdaus/subtitle-google-translator contains the following files
Loading the files please wait ....