juliusstoerrle / data-document-backup-contract
Extensible PHP library to export domain data into a formatted document stored in a remote storage for backup purposes. This library contains the shared model that must be provided by a downstream project.
dev-main
2024-08-17 16:22 UTC
Requires
- php: >=8.2
This package is auto-updated.
Last update: 2025-03-17 17:34:02 UTC
README
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.