Download the PHP package xtreamwayz/expressive-messenger without Composer
On this page you can find all versions of the php package xtreamwayz/expressive-messenger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xtreamwayz/expressive-messenger
More information about xtreamwayz/expressive-messenger
Files in xtreamwayz/expressive-messenger
Package expressive-messenger
Short Description PSR Container compatible Symfony Messenger
License MIT
Informations about the package expressive-messenger
Thank you so much for being interested in this project! Open Source is rewarding, but it can also be exhausting. Therefor this code is provided as-is, and is currently not actively maintained. We invite you to peruse the code and even use it in your next project, provided you follow the included license!
No guarantee of support for the code is provided, and there is no promise that pull requests will be reviewed or merged. It’s open source, so forking is allowed; just be sure to give credit where it’s due!
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.
Installation
Documentation
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/
Contributing
BEFORE you start work on a feature or fix, please read & follow the contributing guidelines to help avoid any wasted or duplicate effort.
Copyright and license
Code released under the MIT License. Documentation distributed under CC BY 4.0.
All versions of expressive-messenger with dependencies
psr/container Version ^1.0 || ^2.0
symfony/amqp-messenger Version ^5.4 || ^6.0
symfony/doctrine-messenger Version ^5.4 || ^6.0
symfony/event-dispatcher Version ^5.4 || ^6.0
symfony/messenger Version ^5.4 || ^6.0
symfony/redis-messenger Version ^5.4 || ^6.0