承接 brucezhang/phergie-irc-plugin-react-expressquery 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

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.

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2015-11-06