Download the PHP package codebuglab/laravel-opensubtitles without Composer
On this page you can find all versions of the php package codebuglab/laravel-opensubtitles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codebuglab/laravel-opensubtitles
More information about codebuglab/laravel-opensubtitles
Files in codebuglab/laravel-opensubtitles
Download codebuglab/laravel-opensubtitles
More information about codebuglab/laravel-opensubtitles
Files in codebuglab/laravel-opensubtitles
Vendor codebuglab
Package laravel-opensubtitles
Short Description Simple integration with OpenSubtitles API to search for and download subtitles.
License MIT
Package laravel-opensubtitles
Short Description Simple integration with OpenSubtitles API to search for and download subtitles.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-opensubtitles
⚡⚡⚡ Laravel OpenSubtitles
Simple integration with OpenSubtitles API to search for and download subtitles.
Table of contents
- Setup
- Installation
- Publish
- Instructions
- Subtitles
- Search For Subtitles
- Download
- Details
- Get Zip File By Legacy Subtitle Id
- Subtitles
- License
Setup
Installation
To install this package through composer run the following command in the terminal
Publish
You have to publish config file with this artisan command:
- File
opensubtitles.php
will be publish inconfig
folder after that. - Then you have to put your opensubtitles api key in your
env
file like thisOpenSubtitles_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
.
Instructions
- You can use opensubtitles api and get information your want, first take a quick look at official api page.
-
For all next API requests you have to use OpenSubtitles facade
- Every request have it's own parameters and response and we gonna explain it in details
Subtitles
Search For Subtitles
- Simply this will search for subtitles depends on movie id in opensubtitles, IMDB id or even TMDB id.
- For more information about parameters and response click here.
Download
Details
- Here you can get srt file by file_id that you can get from search for subtitles query.
- You can download the file with other format, take a look at this link to know all other formats you can download.
- Unfortunately there is a limit depends on your opensubtitle account start from 10 up to 1000 download per day.
- For more information about parameters and response click here.
Get Zip File By Legacy Subtitle Id
- This is unofficial way to download the subtitles but it still supported by opensubtitles website.
- We need legacy subtitle id instead of file id and both are available in search for subtitles response.
- There is no specific limit to download by using this method.
License
This package is a free software distributed under the terms of the MIT license.
All versions of laravel-opensubtitles with dependencies
PHP Build Version
Package Version
The package codebuglab/laravel-opensubtitles contains the following files
Loading the files please wait ....