Saga Lara Flow - Workflow and Saga Pattern Engine for Laravel Queues #313
discovery-ukraine
started this conversation in
Package Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I'd like to suggest adding Saga Lara Flow to Laravel Package Ocean.
Saga Lara Flow is a lightweight workflow management engine for Laravel with built-in support for the Saga pattern, built on top of native Laravel Queues.
It lets developers model long-running business processes as deterministic PHP workflow classes. Each step is recorded, can survive worker restarts, and failed workflows can automatically run registered compensations in reverse order.
Key features:
SagaFlowfacade.It can be useful for Laravel applications that need reliable orchestration for checkout flows, provisioning, billing, multi-step integrations, order processing, or any long-running business process where partial failure needs to be handled safely.
Repo: https://github.com/discovery-ukraine/saga-lara-flow
Packagist: https://packagist.org/packages/discovery-ukraine/saga-lara-flow
Docs: https://sagalaraflow.dev
All reactions