/phergie-irc-event

PHP data structure for IRC event information

Primary LanguagePHPBSD 2-Clause "Simplified" LicenseBSD-2-Clause

phergie-irc-event

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.