smudger/transcriptions
Composer 安装命令:
composer require smudger/transcriptions
包简介
Load and parse VTT files.
README 文档
README
This small PHP package assists in the loading and parsing of VTT files.
Usage
use Smudger\Transcriptions\Transcription; $transcription = Transcription::load('path/to/file.vtt'); foreach ($transcription->lines() as $line) { // $line->body // $line->toAnchorTag() // $line->beginningTimestamp() }
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-22