2017 © Pedro Peláez
 

library phergie-irc-plugin-react-expressquery

Phergie plugin for Query express using api

image

brucezhang/phergie-irc-plugin-react-expressquery

Phergie plugin for Query express using api

  • Saturday, November 7, 2015
  • by zy183525594
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

brucezhang/phergie-irc-plugin-react-expressquery

Phergie plugin for Query express using api., (*1)

Build Status, (*2)

Install

The recommended method of installation is through composer., (*3)

composer require brucezhang/phergie-irc-plugin-react-expressquery, (*4)

See Phergie documentation for more information on installing and enabling plugins., (*5)

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:, (*6)

curl -s https://getcomposer.org/installer | php
composer install
./vendor/bin/phpunit

License

Released under the BSD License. See LICENSE., (*7)

The Versions

07/11 2015

dev-master

9999999-dev

Phergie plugin for Query express using api

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie