simoheinonen/phergie-irc-plugin-react-currency-converter

Phergie IRC bot plugin to convert currencies

1.0 2020-11-27 14:48 UTC

This package is not auto-updated.

Last update: 2024-04-13 07:11:34 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()),
    ]
];