Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brucezhang1993/phergie-irc-plugin-react-expressquery
https://github.com/brucezhang1993/phergie-irc-plugin-react-expressquery
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brucezhang1993/phergie-irc-plugin-react-expressquery
- Owner: BruceZhang1993
- License: bsd-2-clause
- Created: 2015-11-06T08:06:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T09:58:02.000Z (about 9 years ago)
- Last Synced: 2024-10-04T13:45:21.882Z (about 1 month ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brucezhang/phergie-irc-plugin-react-expressquery
[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin for Query express using api.
[![Build Status](https://secure.travis-ci.org/BruceZhang1993/phergie-irc-plugin-react-expressquery.png?branch=master)](http://travis-ci.org/BruceZhang1993/phergie-irc-plugin-react-expressquery)
## Install
The recommended method of installation is [through composer](http://getcomposer.org).
`composer require brucezhang/phergie-irc-plugin-react-expressquery`
See Phergie documentation for more information on
[installing and enabling plugins](https://github.com/phergie/phergie-irc-bot-react/wiki/Usage#plugins).## Provided Commands
| Command | Parameters | Description |
|:----------:|-------------------|-----------------------|
| kd/express | [Express ID] | Express status query |
## Configuration```php
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`.