phergie/phergie-irc-event

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

PHP data structure for IRC event information

1.0.2 2015-06-09 17:45 UTC

This package is not auto-updated.

Last update: 2020-03-20 16:18:53 UTC


README

A PHP data structure for containing event information per the IRC protocol as described in RFC 1459.

Primarily used by IRC bot implementations of the Phergie project.

Build Status

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.

Community

Check out #phergie on irc.freenode.net.