neos/event-sourcing

Last activity 09 Oct 2024 44 28 191561
composer require neos/event-sourcing

Lean and opinionated way to integrate Event Sourcing and CQRS pattern in your Flow framework package

dev-feature-docs-appliedeventsstorage-for-sideeffects

Version
dev-feature-docs-appliedeventsstorage-for-sideeffects
Type
neos-package
Release Date
Mar 28, 2022 08:32
Source
git
Distribution
zip
Requires
  • flowpack/jobqueue-common: ^3.0 || dev-master
  • symfony/serializer: ^5.1
  • symfony/property-access: ^5.1
  • ramsey/uuid: ^3.9 || ^4.0
  • php: >=8.0
  • neos/flow: ^7.0 || ^8.0 || dev-master
Requires (dev)
  • roave/security-advisories: dev-master
  • dg/bypass-finals: ^1.2
MIT d33173c20a9f421acfb302f42f12adee668455c6

Readme excerpt

Event Sourcing and CQRS for Flow Framework

Library providing interfaces and implementations for event-sourced applications.

Getting started

Install this package via composer:

composer require neos/event-sourcing Setting up an Event Store

Since there could be multiple Event Stores simultaneously in one application, this package no longer comes with a pre-configured "default" store. It is just a matter of a couple of lines of YAML to configure a custom store:

Configuration/Settings.yaml:

Neos: EventSourcing: EventStore: stores: 'Some.Package:EventStore': storage: …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 92 package(s).