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

This package is not auto-updated.

Last update: 2024-04-17 16:48:43 UTC


README

Phergie plugin for Query express using api.

Build Status

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.