Simple cqrs contracts

Maintainers

Package info

github.com/well-considered/cqrs

pkg:composer/well-considered/cqrs

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

v0.0.2 2026-02-10 08:55 UTC

This package is auto-updated.

Last update: 2026-04-10 09:38:05 UTC


README

This package defines the semantic core of CQRS: what commands and queries mean, independent of frameworks, transports, or execution models.

It intentionally provides:

  • marker interfaces for intent
  • handler contracts
  • semantic violation types

It intentionally does not provide:

  • message buses
  • dispatching
  • async behavior
  • framework integration

Execution is provided by adapters (e.g. cqrs-messenger).