sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 54 forks source link

Split this library in an independant adapter and a Symfony bundle #51

Open fancyweb opened 5 years ago

fancyweb commented 5 years ago

It would be great to be able to use the main functionnalities of this adapter in a non Symfony framework project, without requiring tons of useless Symfony bundles dependencies.

ogizanagi commented 5 years ago

No need to create multiple repositories though. The bundle just is a bridge to the Symfony framework. So this could remain the component and keep providing the bundle in it. Required dependencies for using the bundle, if any, can be moved to require-dev for testing purposes and in suggestions to hint the user.

teresko commented 1 year ago

Well, since this has been ignored, maybe you should change the description. This library is NOT for the symfony component BUT FOR symfony framework.