jeffreyroberts / phergie-irc-plugin-react-pong

Phergie plugin for responding to server ping events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is abandoned

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.

About

Phergie plugin for responding to server ping events

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 100.0%