2017 © Pedro PelĂĄez
 

library opensubtitles-php-sdk

Simple, lightweight PHP-SDK for accessing subtitles from OpenSubtitles.org

image

pecee/opensubtitles-php-sdk

Simple, lightweight PHP-SDK for accessing subtitles from OpenSubtitles.org

  • Tuesday, December 26, 2017
  • by sessingo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

pecee/opensubtitles-php-sdk

PHP SDK for retrieving subtitles from OpenSubtitles.org., (*1)

Credits

Credits to kminek for his original work on this wrapper., (*2)

Usage

$client = Kminek\OpenSubtitles\Client::create([
    'username'  => 'USERNAME',
    'password'  => 'PASSWORD',
    'useragent' => 'USERAGENT',
]);

$response = $client->searchSubtitles([
    [
        'sublanguageid' => 'pol',
        'moviehash' => '163ce22b6261f50a',
        'moviebytesize' => '2094235131',
    ]
]);

var_dump($response->toArray());

The Versions

26/12 2017

dev-master

9999999-dev https://github.com/skipperbent/pecee-opensubtitles-php-sdk

Simple, lightweight PHP-SDK for accessing subtitles from OpenSubtitles.org

  Sources   Download

MIT

The Development Requires

api rest sdk client http client subtitle subtitles opensubtitles opensubtitles.org

26/12 2017

1.0.0.0

1.0.0.0 https://github.com/skipperbent/pecee-opensubtitles-php-sdk

Simple, lightweight PHP-SDK for accessing subtitles from OpenSubtitles.org

  Sources   Download

MIT

The Development Requires

api rest sdk client http client subtitle subtitles opensubtitles opensubtitles.org

26/12 2017

dev-development

dev-development https://github.com/skipperbent/pecee-opensubtitles-php-sdk

Simple, lightweight PHP-SDK for accessing subtitles from OpenSubtitles.org

  Sources   Download

MIT

The Development Requires

api rest sdk client http client subtitle subtitles opensubtitles opensubtitles.org