broadway/saga-state-mongodb

Saga state persistence for broadway/broadway-saga using MongoDB

0.3.0 2020-04-09 09:40 UTC

This package is auto-updated.

Last update: 2024-03-04 20:40:25 UTC


README

Saga state persistence for broadway/broadway-saga using MongoDB.

Note: this component is highly experimental.

build status

Installation

$ composer require broadway/saga-state-mongodb

Testing

For testing you need a running MongoDB instance. To start a local MongoDB you can use the provided docker-compose.yml:

docker-compose up -d

To run the tests:

./vendor/bin/phpunit