simoheinonen / phergie-irc-plugin-react-currency-converter
Phergie IRC bot plugin to convert currencies
1.0
2020-11-27 14:48 UTC
Requires
This package is not auto-updated.
Last update: 2025-03-29 11:31:24 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()), ] ];