Download the PHP package codebuglab/laravel-srt-parser without Composer
On this page you can find all versions of the php package codebuglab/laravel-srt-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codebuglab/laravel-srt-parser
More information about codebuglab/laravel-srt-parser
Files in codebuglab/laravel-srt-parser
Download codebuglab/laravel-srt-parser
More information about codebuglab/laravel-srt-parser
Files in codebuglab/laravel-srt-parser
Vendor codebuglab
Package laravel-srt-parser
Short Description Simple package to parse SubRip or srt file in Laravel
License MIT
Package laravel-srt-parser
Short Description Simple package to parse SubRip or srt file in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-srt-parser
⚡⚡⚡ Laravel Srt Parser
Simple package to parse SubRip or srt file in Laravel
Table of contents
- Setup
- Installation
- Instructions
- Convert to Array
- License
Setup
Installation
To install this package through composer run the following command in the terminal
Instructions
- To use Srt Parser you have to include next facade file
Convert to Array
-
This is how you can convert srt to array and read every subtitle details.
- Next is a simple array response you can get from this parser containing subtitle number, start time, stop time, duration of the words appearing in seconds and finally an array of text.
License
This package is a free software distributed under the terms of the MIT license.
All versions of laravel-srt-parser with dependencies
PHP Build Version
Package Version
The package codebuglab/laravel-srt-parser contains the following files
Loading the files please wait ....