pschwisow / phergie-irc-plugin-react-karma
Phergie plugin for handling requests to increment or decrement counters on specified terms
Requires
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phake/phake: 2.0.0-beta2
- phpunit/phpunit: 4.5.*
Suggests
- phergie/phergie-irc-plugin-react-commandhelp: provides interactive help for commands
This package is auto-updated.
Last update: 2024-10-19 09:58:33 UTC
README
Phergie plugin for handling requests to increment or decrement counters on specified terms.
Install
The recommended method of installation is through composer.
php composer.phar require pschwisow/phergie-irc-plugin-react-karma
See Phergie documentation for more information on installing and enabling plugins.
Provided Commands
The karma plugin maintains karma values for a list of terms and compares them as requested. Terms are most often IRC nicks, but the plugin does not require this. Terms may optionally be enclosed in parentheses (most often used for terms that contain whitespace).
Configuration
return [ 'plugins' => [ // configuration new \PSchwisow\Phergie\Plugin\Karma\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
.