jeffreyroberts/phergie-irc-plugin-react-pong

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

Phergie plugin for responding to server ping events

1.1.1 2014-12-24 01:31 UTC

This package is auto-updated.

Last update: 2022-07-24 20:53:52 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.

[DEPRECATED]phergie/phergie-irc-plugin-react-pong

❗ As of Phergie Irc Client React version 3 and higher this plugin's functionality is provided by the Client. If starting a new project you cannot use this plugin!

A plugin for Phergie to respond to server ping events.

Build Status

Install

The recommended method of installation is through composer.

composer require phergie/phergie-irc-plugin-react-pong

See Phergie documentation for more information on installing plugins.

Configuration

This plugin requires no configuration.

Tests

To run the unit test suite:

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

License

Released under the BSD License. See LICENSE.