Ross ROSS = Recommend OSS · open-source software intelligence for agents

durable-workflow/workflow

Core package for defining and running durable workflows and activities. Supports long-running persistent workflows, retries, queues, parallel execution, workflow monitoring, dedicated storage connections, and orchestration for microservices, data pipelines, sagas, agentic workflows, and other complex business processes. observed · 2026-09-03

github.com/durable-workflow/workflow · homepage · PHP · MIT (permissive) observed · 2026-09-03

Health v2 · maintenance only

100/100

  • Activity 100
  • Release rhythm 100
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 2
  • age_days: 1651
  • days_rel: 0
  • days_push: 0
  • n_releases_24m: 60

Full methodology

Adoption not part of the score

1237 stars · 78 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Durable Workflow (formerly Laravel Workflow) is a Laravel-native durable workflow engine for defining and running long-running, fault-tolerant workflows and activities in PHP. It persists orchestration state in the application's database, schedules work through Laravel queues, and supports retries, timers, signals, parallel execution, and sagas.

Use cases

  • orchestrate long-running multi-step business processes in Laravel
  • build AI agentic workflows with durable state
  • implement saga patterns for distributed transactions
  • run data pipelines that survive crashes and restarts
  • wait for human approval or webhook events mid-workflow
  • coordinate microservices with retries and parallel activities

When to choose

  • you use Laravel and need orchestration that persists progress across restarts
  • your process spans minutes, hours, or days and must wait on external events
  • you need reliable retries and crash recovery without duplicating work
  • you want workflow state stored in your own database using Laravel queues

When to avoid

  • you only need a single independent background task - a Laravel queued job suffices
  • you need a language-agnostic runtime outside PHP - consider the 2.0 Server or other engines
  • your application does not use Laravel or a lock-capable cache driver

Facets

library · maturity active

workflow-automation scheduling message-queue microservices agent-framework backend developer-tools web-development php self-hosted durable-execution laravel saga-pattern workflow-engine orchestration event-sourcing background-jobs automation ai-agents web-server

5 sources

Member repositories

RepositoryRoleHealth v2
durable-workflow/workflowmain100

For agents

markdown · JSON · MCP: product_card(name="durable-workflow/workflow")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem