hashworks / phergie-plugin-movie-search
Phergie plugin to search both IMDB & OMDB.
v1.0.3
2015-02-11 10:31 UTC
Requires
Suggests
- phergie/phergie-irc-plugin-react-commandhelp: provides interactive help for commands
This package is not auto-updated.
Last update: 2024-12-21 16:36:18 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%' ))