brucezhang / phergie-irc-plugin-react-expressquery
Phergie plugin for Query express using api
dev-master / 1.0.x-dev
2015-11-07 09:58 UTC
Requires
Requires (Dev)
- 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 not auto-updated.
Last update: 2025-03-19 20:48:22 UTC
README
Phergie plugin for Query express using api.
Install
The recommended method of installation is through composer.
composer require brucezhang/phergie-irc-plugin-react-expressquery
See Phergie documentation for more information on installing and enabling plugins.
Provided Commands
Command | Parameters | Description |
---|---|---|
kd/express | [Express ID] | Express status query |
Configuration
return [ 'plugins' => [ // configuration new \Phergie\Irc\Plugin\React\ExpressQuery\Plugin([ //User-defined commands Default: express/kd 'commands' => array('command1', 'command2', ...), //Latest {lines} status will be shown Deault: 5 'lines' => 5 ]) ] ];
Tests
To run the unit test suite:
curl -s https://getcomposer.org/installer | php
composer install
./vendor/bin/phpunit
License
Released under the BSD License. See LICENSE
.