simoheinonen / phergie-irc-plugin-react-calculator
Phergie IRC bot plugin to calculate
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/simoheinonen/phergie-irc-plugin-react-calculator
Requires
This package is not auto-updated.
Last update: 2025-09-28 07:06:43 UTC
README
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()), ] ];