PSR-11 Container compatible Symfony Messenger message bus and queue.
This packages brings message buses to your PSR-11 container based project. It's a bundle of factories to make life easier for you. The real work is done by Symfony Messenger.
It comes with pre-configured command, event and query buses for your convenience. Or don't use them if you want to create your own. Transports can be used to queue your messages or send and receive them to/from 3rd parties.
composer require xtreamwayz/psr-container-messenger
All project documentation is located in the ./docs folder. If you would like to contribute to the documentation, please submit a pull request. You can read the docs online: https://xtreamwayz.github.io/psr-container-messenger/
BEFORE you start work on a feature or fix, please read & follow the contributing guidelines to help avoid any wasted or duplicate effort.
Code released under the MIT License. Documentation distributed under CC BY 4.0.