simoheinonen / phergie-irc-plugin-react-currency-converter
Phergie IRC bot plugin to convert currencies
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/simoheinonen/phergie-irc-plugin-react-currency-converter
Requires
This package is not auto-updated.
Last update: 2025-09-27 13:47:29 UTC
README
Installation
composer require simoheinonen/phergie-irc-plugin-react-currency-converter:dev-master
Configuration
return [ 'plugins' => [ new \Phergie\Irc\Plugin\React\Command\Plugin(['prefix' => '!']), // dependency new \SimoHeinonen\Phergie\Plugin\CurrencyConverter\Plugin(\Scheb\YahooFinanceApi\ApiClientFactory::createApiClient()), ] ];