PHPackages                             delphiki/subrip-file-parser - 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. delphiki/subrip-file-parser

Abandoned → [captioning/captioning](/?search=captioning%2Fcaptioning)Project[Parsing &amp; Serialization](/categories/parsing)

delphiki/subrip-file-parser
===========================

A library for SubRip (srt) files manipulation

v1.1.1(12y ago)6475.4k23BSDPHP

Since Sep 23Pushed 12y ago5 watchersCompare

[ Source](https://github.com/delphiki/SubRip-File-Parser)[ Packagist](https://packagist.org/packages/delphiki/subrip-file-parser)[ RSS](/packages/delphiki-subrip-file-parser/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (5)Used By (0)

This repository is no longer maintained. The project moved to [captioning/captioning](https://github.com/captioning/captioning)
===============================================================================================================================

[](#this-repository-is-no-longer-maintained-the-project-moved-to-captioningcaptioning)

SubRip File PHP Parser
======================

[](#subrip-file-php-parser)

Julien Villetorte, 2010 ()

Installation with [composer](http://getcomposer.org/):
------------------------------------------------------

[](#installation-with-composer)

add this to your composer.json file:

```
"require":
{
        "delphiki/subrip-file-parser": "1.*"
}
```

run

```
php composer update
```

Usage:
------

[](#usage)

```
