brucezhang/phergie-irc-plugin-react-expressquery
Composer 安装命令:
composer require brucezhang/phergie-irc-plugin-react-expressquery
包简介
Phergie plugin for Query express using api
README 文档
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.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2015-11-06