Skip to content

BruceZhang1993/phergie-irc-plugin-react-expressquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brucezhang/phergie-irc-plugin-react-expressquery

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages