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
Requires
- php: >=5.3.3
- phergie/phergie-irc-connection: 2.*
Requires (Dev)
- phake/phake: 2.0.0-beta2
- phpunit/phpunit: 4.1.*
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.
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.