PHPackages                             laracasts/transcriptions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. laracasts/transcriptions

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

laracasts/transcriptions
========================

Load and parse VTT files.

v0.3.4(2y ago)6014.2k↑17.6%6[1 PRs](https://github.com/laracasts/transcriptions/pulls)MITPHPPHP &gt;=8.0

Since Aug 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/laracasts/transcriptions)[ Packagist](https://packagist.org/packages/laracasts/transcriptions)[ RSS](/packages/laracasts-transcriptions/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

VTT Transcriptions
==================

[](#vtt-transcriptions)

This small PHP package assists in the loading and parsing of VTT files.

Usage
-----

[](#usage)

```
use Laracasts\Transcriptions\Transcription;

$transcription = Transcription::load('path/to/file.vtt');

foreach ($transcription->lines() as $line) {
    // $line->body
    // $line->toHtml()

    // $line->timestamp->begin()
    // $line->timestamp->beginSeconds()
    // $line->timestamp->end()
    // $line->timestamp->endSeconds()

    // json_encode($line);
}

// Group lines into full sentences.
// $transcription->lines()->groupBySentence();
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT](https://opensource.org/licenses/MIT) license.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~143 days

Recently: every ~214 days

Total

7

Last Release

861d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/edd7e542dfd95b7c43d6a9b3c60a82285d435ef228c041fef21fb394aeab3ea1?d=identicon)[JeffreyWay](/maintainers/JeffreyWay)

---

Top Contributors

[![JeffreyWay](https://avatars.githubusercontent.com/u/183223?v=4)](https://github.com/JeffreyWay "JeffreyWay (23 commits)")[![tobz-nz](https://avatars.githubusercontent.com/u/443054?v=4)](https://github.com/tobz-nz "tobz-nz (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laracasts-transcriptions/health.svg)

```
[![Health](https://phpackages.com/badges/laracasts-transcriptions/health.svg)](https://phpackages.com/packages/laracasts-transcriptions)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k89.3M627](/packages/jms-serializer-bundle)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[meyfa/php-svg

Read, edit, write, and render SVG files with PHP

54613.9M42](/packages/meyfa-php-svg)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
