Libraries tagged by sagas
spacebib/saga
2957 Downloads
A Saga is a special type of event listener: one that manages a business transaction
zack/saga
28 Downloads
Events and side effect handling with sagas for PHP.
yaoonline/phpsagas-orchestrator
135 Downloads
Main component controls and coordinates saga participants
sdpmlab/anser
289 Downloads
PHP microservice orchestration pattern library.
milpa/orchestrator
94 Downloads
Generic event-sourced process engine for the Milpa PHP framework: process definitions composed from milpa/workflow states/transitions/gates, a pure reducer folding an EventStoreInterface log into process state, an auto-advancing runner, and human-gate decision surfaces via milpa/live.
martyn82/apha
14 Downloads
Apha CQRS/ES library for PHP
juststeveking/scenario
2 Downloads
A strictly typed, railway-oriented business logic orchestration engine for PHP and Laravel.
ecotone/tempest
37 Downloads
Ecotone for Tempest — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox via PHP attributes.
saga/dic-module
13870 Downloads
This module provides the Dependency Injection Container integration in Drupal 7.
webrek/saga
0 Downloads
Orchestration-based sagas for PHP: run multi-step processes and roll them back with per-step compensations when one fails. Framework-agnostic core with an optional Laravel bridge.
solidframe/saga
3 Downloads
Saga / Process Manager building blocks: saga lifecycle, compensation, correlation, store for SolidFrame
smskin/laravel-saga
22 Downloads
State-machine (Saga) engine for laravel projects
slava-basko/saga-php
0 Downloads
Saga — transactions for distributed system
mmalessa/saga
3 Downloads
Saga pattern implementation
jeromejhipolito/laravel-saga
12 Downloads
Laravel package for Saga transaction pattern - manage distributed transactions with automatic rollback support