PHPMessageBus Messagebus Versions Save

A MessageBus (CommandBus, EventBus and QueryBus) implementation in PHP7

1.2.1

6 years ago
  • Remove left \ symbol when checking into the Symfony Container.

1.2.0

7 years ago
  • Adoption of PSR-11
  • Added SymfonyContainerResolver to support Symfony 2.7 up to 3.2.
  • Added PsrContainerResolver.
  • Upgraded dependency Interop-Container to 1.2 (supporting PSR-11).
  • Updated documentation to reflect all changes.

1.1.0

8 years ago

1.1.0-dev

8 years ago
  • API Change: Ditched type hinting for CommandHandler, EventHandler and QueryHandler.

1.0.1

8 years ago

Fixing: https://github.com/PHPMessageBus/messagebus/issues/3

  • Fix for QueryBus: when only QueryBusMiddleware is provided EmptyResponse was being returned.
  • Fix for Command Bus & EventBus: Run the $current middleware if only one middleware is provided.

1.0.0

8 years ago