hashworks/phergie-plugin-movie-search

Phergie plugin to search both IMDB & OMDB.

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hashworks/phergie-plugin-movie-search

v1.0.3 2015-02-11 10:31 UTC

This package is not auto-updated.

Last update: 2025-10-11 20:41:31 UTC


README

Phergie plugin to search both IMDB & OMDB.

Install

To install via Composer, use the command below, it will automatically detect the latest version and bind it with ~.

composer require hashworks/phergie-plugin-movie-search

See Phergie documentation for more information on installing and enabling plugins.

Configuration

// dependency
new \WyriHaximus\Phergie\Plugin\Dns\Plugin,
new \WyriHaximus\Phergie\Plugin\Http\Plugin(array('dnsResolverEvent' => 'dns.resolver')),
new \Phergie\Irc\Plugin\React\Command\Plugin,
new \hashworks\Phergie\Plugin\MovieSearch\Plugin(array(
    // Optional. Sets the output when no specific information is requested.
    'responseFormat' => '%title% (%year%) [%imdb-id%], %imdb-rating%★ - %genre% - %plot%'
))