The Vection Messenger provides a bus component for using as service bus (CQRS) and message transportation (queues).

v0.3.4 2020-09-22 09:15 UTC

This package is auto-updated.

Last update: 2024-04-29 04:09:40 UTC


README

release QA PHPStan

Vection Messenger

A generic message bus with service (CQRS) and transport (message queues) support for PHP

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.

Key features

  • Generic message bus using middleware
  • ServiceBus support (CQRS) using the message bus
  • Message transport support (sender and receiver) using the message bus

Installation

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...