Download the PHP package wwwision/dcb-eventstore-esdb without Composer
On this page you can find all versions of the php package wwwision/dcb-eventstore-esdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wwwision/dcb-eventstore-esdb
More information about wwwision/dcb-eventstore-esdb
Files in wwwision/dcb-eventstore-esdb
Package dcb-eventstore-esdb
Short Description EventSourcing Database adapter for the Dynamic Consistency Boundary implementation
License MIT
Informations about the package dcb-eventstore-esdb
Dynamic Consistency Boundary Event Store - ESDB adapter
EventSourcing Database adapter for the Dynamic Consistency Boundary implementation.
Usage
Installation
Install via composer:
Create instance
Specify custom event source / type prefix
EventSourcing Database expects each event to have a source specified. Furthermore, event types have to be namespaced.
By default, the eventSource is set to "https://dcb.events" and the event type is prefixed with "events.dcb." to be compliant.
Those values are removed when reading events via the ESDBEventStore client, so the values are not really important.
However, they can be changed via the with() function:
See wwwision/dcb-eventstore for more details and usage examples
Contribution
Contributions in the form of issues or pull requests are highly appreciated
License
See LICENSE
All versions of dcb-eventstore-esdb with dependencies
webmozart/assert Version ^1.11
guzzlehttp/guzzle Version ^7
wwwision/dcb-eventstore Version ^5
thenativeweb/eventsourcingdb Version ^1.0
psr/clock Version ^1.0