2017 © Pedro Peláez
 

library phergie-irc-plugin-react-currency-converter

Phergie IRC bot plugin to convert currencies

image

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

Phergie IRC bot plugin to convert currencies

  • Saturday, August 5, 2017
  • by simoheinonen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

Currency converter plugin for Phergie

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()),
    ]
];

The Versions