phergie / phergie-irc-plugin-react-pong
Phergie plugin for responding to server ping events
Requires
Requires (Dev)
- phake/phake: 2.0.0-beta2
- phpunit/phpunit: 4.1.*
This package is not auto-updated.
Last update: 2020-03-20 16:25:16 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.
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
.