gpenverne / addic7ed-subtitles
A bundle for alc/addic7ed-cli
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gpenverne/addic7ed-subtitles
Requires
- php: >=5.4
- alc/addic7ed-cli: ^1.0
- symfony/dependency-injection: *
This package is not auto-updated.
Last update: 2025-09-28 06:35:56 UTC
README
A symfony3 bundle for alc/addic7ed-cli (addic7ed subtitles downloader) This client allow to fetch subtitles from addic7ed.com
Config
Load the bundle from your AppKernel.php file:
$bundles = [
new Gpenverne\Addic7edSubtitlesBundle\Addic7edSubtitlesBundle(),
...,
];
Use it
$this->container->get('addic7edsubtitles_api')->getSubtitles($tvShowName, $season, $episod, $language);
$this->container->get('addic7edsubtitles_api')->getSubtitles('My great tv show', 1, 3, 'English');