phergie / phergie-irc-plugin-react-bridge
Phergie plugin for providing the ability to send and receive IRC messages via middleware
Requires
Requires (Dev)
- phake/phake: 2.0.0-beta2
- phpunit/phpunit: 4.1.*
This package is not auto-updated.
Last update: 2020-03-19 14:50:54 UTC
README
This repo is being kept for posterity and will be archived in a readonly state. If you're interested it can be forked under a new Composer namespace/GitHub organization.
phergie/phergie-irc-plugin-react-bridge
Phergie plugin for providing the ability to send and receive IRC messages via middleware.
Install
The recommended method of installation is through composer.
Be advised you may need to set minimum-stability
to dev
to use this plugin.
Read about minimum-stability here
composer require phergie/phergie-irc-plugin-react-bridge:dev-master
❗️ This plugin requires Phergie Irc Bot React
version less than 2
and greater than 1.0. These are old versions of the bot core and this plugin
will probably require modifications to work with newer versions of the bot.
See Phergie documentation for more information on installing and enabling plugins.
Configuration
new \Phergie\Irc\Plugin\React\Bridge\Plugin(array( ))
Tests
To run the unit test suite:
curl -s https://getcomposer.org/installer | php
php composer.phar install
cd tests
../vendor/bin/phpunit
License
Released under the BSD License. See LICENSE
.