philip
philip copied to clipboard
Switch event code to use ReactPHP
The event loop in Philip is a bit naive; would be nice to try to switch it to something like ReactPHP and let Philip focus on the IRC bits, rather than the event bits.
It has been done. Altough I like your api with the build in matching for regexes better https://github.com/phergie/phergie-irc-client-react
I didn't intend to change the API for this framework, I only wanted to look into trading out my more basic event loop code for the lower-level (and likely faster) ReactPHP loop.