brucezhang / phergie-irc-plugin-react-expressquery
Phergie plugin for Query express using api
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/brucezhang/phergie-irc-plugin-react-expressquery
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-10-01 23:35:13 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
.