PHPackages                             acentrix/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. acentrix/transcriptions

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

acentrix/transcriptions
=======================

Load and parse VTT files

v0.2.0(2y ago)05PHPPHP &gt;=8.1

Since Jan 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Acentrix-Jordan/Transcriptions)[ Packagist](https://packagist.org/packages/acentrix/transcriptions)[ RSS](/packages/acentrix-transcriptions/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Transcriptions
==============

[](#transcriptions)

This package is used to load and parse a .vtt transcription file

License
-------

[](#license)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Install:
--------

[](#install)

```
$ composer require acentrix/transcriptions
```

Usage
-----

[](#usage)

This package requires psr-4 autoloading

```
use Acentrix\Transcriptions\Transcription;

$vtt_file = 'path/to/your/vtt/file.vtt'

$lines = Transcription::load($vtt_file)->lines();

foreach ($lines as $line) {
    var_dump("{$line->beginningTimestamp()} - {$line->body}");
}
```

### Development

[](#development)

If the phpunit command does not work on your command line, try this

```
$ alias phpunit='./vendor/bin/phpunit'
```

Now try again

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

952d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af0bedb48e275c090ad9d71c0584193f779c5604bb3f3d3509bae428935bc482?d=identicon)[Acentrix-Jordan](/maintainers/Acentrix-Jordan)

---

Top Contributors

[![Acentrix-Jordan](https://avatars.githubusercontent.com/u/82440016?v=4)](https://github.com/Acentrix-Jordan "Acentrix-Jordan (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[mwgg/airports

A JSON collection of ~29k entries with basic information about nearly every airport and landing strip in the world

7683.4k](/packages/mwgg-airports)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9845.4k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46164.0k6](/packages/jstewmc-rtf)[glauberportella/cnab-layouts-parser

Parser de arquivos de configuração CNAB gerados no projeto https://github.com/glauberportella/cnab-layouts

2154.5k](/packages/glauberportella-cnab-layouts-parser)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.4k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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