Implement EventEmitter2
bergie opened this issue · 3 comments
bergie commented
EventEmitter2 is an implementation of Node's EventEmitter that adds support for namespaced events. It would be handy on PHP as well, and would enable us to make PHP Hook.io implementation together with dnode-php
igorw commented
Work has started in the 0.2 branch.
igorw commented
Most of what's implemented is documented in the EventEmitter2Test.php. Contributions to the wildcard matching are welcome.
igorw commented
I have decided to drop this for now, since I never got round to implement matching properly.