phergie / phergie-irc-event
PHP data structure for IRC event information
Installs: 14 751
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 4
Open Issues: 0
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.