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

Latest commit

 

History

History
25 lines (15 loc) · 631 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 631 Bytes

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.