GitXplorerGitXplorer
j

data-document-backup-contract

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
9252f36baa28b326e111c69019690c0760293f84

Add LICENSE to each subproject

iinvalid-email-address committed 5 months ago
Unverified
8a16a8cc32c8dd6f088565dd6d826cdd08abdffb

Add symplify/monorepo-builder

iinvalid-email-address committed 5 months ago
Unverified
a16927ae4baea8b907bb713883b378158ce0bf0d

Add symplify/monorepo-builder

iinvalid-email-address committed 5 months ago
Verified
fd8c9ff7a261834faf1687296cb35642479b99db

Create LICENSE

jjuliusstoerrle committed 5 months ago

README

The README file for this repository.

Data Document Backup Contract Library

This library contains the minimum code to be included in a downstream project when using the worker component for handling CreateDocument commands.

Using with Symfony Messenger & the worker component

Include the library into your project and configure your symfony/messenger to route CreateDocument messages to your preferred queue.

Use the CreateDocument command to gather all details required to generate a document and provide it to the message bus.