igorw/evenement

Implement EventEmitter2

bergie opened this issue · 3 comments

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

Work has started in the 0.2 branch.

Most of what's implemented is documented in the EventEmitter2Test.php. Contributions to the wildcard matching are welcome.

I have decided to drop this for now, since I never got round to implement matching properly.