PHPackages                             gpenverne/opensubtitles - 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. [API Development](/categories/api)
4. /
5. gpenverne/opensubtitles

ActiveLibrary[API Development](/categories/api)

gpenverne/opensubtitles
=======================

A bundle for kminek/open-subtitles

1.0(9y ago)021MITPHPPHP &gt;=5.4

Since Jan 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/gpenverne/opensubtitles)[ Packagist](https://packagist.org/packages/gpenverne/opensubtitles)[ RSS](/packages/gpenverne-opensubtitles/feed)WikiDiscussions master Synced 4w ago

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

opensubtitles
=============

[](#opensubtitles)

This repo provides a service for symfony3 to handle the kminek/open-subtitles client. This client allow to fetch subtitles from opensubtitles.org

Config/Parameters
-----------------

[](#configparameters)

Set your parameters.yml with your custom credentials:

```
parameters:
    opensubtitles.username: ~
    opensubtitles.password: ~
    opensubtitles.user_agent: OSTestUserAgentTemp

```

Load the bundle from your AppKernel.php file:

```
$bundles = [
    new Gpenverne\OpenSubtitlesBundle\OpenSubtitlesBundle(),
    ...,
];

```

Use it
------

[](#use-it)

```
    $this->container->get('opensubtitles_api')->getSubtitles('A movie title');
    $this->container->get('opensubtitles_api')->getSubtitles(1234); // Search from imdbid
    $client = $this->container->get('opensubtitles_api')->getClient(); // Return the kminek/open-subtitles client

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3453d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/401993?v=4)[Grégoire](/maintainers/gpenverne)[@gpenverne](https://github.com/gpenverne)

---

Top Contributors

[![gpenverne](https://avatars.githubusercontent.com/u/401993?v=4)](https://github.com/gpenverne "gpenverne (15 commits)")

---

Tags

letmestreamopensubtitlessubtitlesapisubtitlesopensubtitles

### Embed Badge

![Health badge](/badges/gpenverne-opensubtitles/health.svg)

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

PHPackages © 2026

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