You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should I create a PR to this repo for full built-in support of Symfony Events?
I think a lot of changes will be needed - the Symfony EventSubscriber requires static method and carries information about event name, handler method and priority.
The text was updated successfully, but these errors were encountered:
Maybe this refs to #89
Currently, only Doctrine Events are fully supported.
They're supported Symfony Events too, but only partially. Event dispatching only.
My problem:
I want to use Symfony Console + Monolog + Symfony Monolog Bridge.
It's realized via this subscriber.
But I cannot register this subscriber (eg. with tags in config). It's not a Doctrine EventSubscriber.
I've made another extension of Kdyby/Events extension:
https://github.com/etten/symfony-events
Should I create a PR to this repo for full built-in support of Symfony Events?
I think a lot of changes will be needed - the Symfony EventSubscriber requires static method and carries information about event name, handler method and priority.
The text was updated successfully, but these errors were encountered: