2017 © Pedro Peláez
 

library phergie-irc-plugin-react-calculator

Phergie IRC bot plugin to calculate

image

simoheinonen/phergie-irc-plugin-react-calculator

Phergie IRC bot plugin to calculate

  • Sunday, August 20, 2017
  • by simoheinonen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

Calculator plugin for Phergie

Installation

composer require simoheinonen/phergie-irc-plugin-react-calculator

Configuration

return [
    'plugins' => [
        new \Phergie\Irc\Plugin\React\Command\Plugin(['prefix' => '!']), // dependency
        new \SimoHeinonen\Phergie\Plugin\Calculator\Plugin(new \ChrisKonnertz\StringCalc\StringCalc()),
    ]
];

The Versions