Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.26 KB

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