This vection component provides a generic message bus, a service bus adaption and transport support for message queues for PHP. The message bus can be setup and used in most flexible way by using custom middleware implementations.
- Generic message bus using middleware
- ServiceBus support (CQRS) using the message bus
- Message transport support (sender and receiver) using the message bus
Vection Components supports only installation via composer. So first ensure your composer is installed, configured and ready to use.
$ composer require vection-framework/messenger
Documentation in progress...