Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.23 KB

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.