phergie / phergie-irc-plugin-react-bofh
Phergie plugin for Pull excuses from bastard operator from hell
Installs: 99
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
pkg:composer/phergie/phergie-irc-plugin-react-bofh
Requires
Requires (Dev)
Suggests
- phergie/phergie-irc-plugin-react-commandhelp: provides interactive help for commands
This package is auto-updated.
Last update: 2020-03-12 13:52:53 UTC
README
Phergie plugin for pulling excuses from bastard operator from hell.
Install
The recommended method of installation is through composer.
{ "require": { "phergie/phergie-irc-plugin-react-bofh": "^2" } }
See Phergie documentation for more information on installing and enabling plugins.
Configuration
return [ 'plugins' => [ // configuration new \Phergie\Irc\Plugin\React\BOFH\Plugin([ ]) ] ];
Tests
To run the unit test suite:
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit
License
Released under the BSD License. See LICENSE
.