phergie/phergie-irc-plugin-react-bridge

This package is abandoned and no longer maintained. No replacement package was suggested.

Phergie plugin for providing the ability to send and receive IRC messages via middleware

dev-master 2020-03-11 23:59 UTC

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.

Build Status

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.