Normal view

Before yesterdayMain stream

Workflow 3.0

Hola r/PHP,

About a year ago I posted here about Workflow 1.0 reaching stability. I've been using it on production since then and today I'm sharing version 3.0.

What's Workflow? A library for organizing multi-step procedures into independent jobs with automatic dependency resolution. Define what you want to happen, the engine figures out the execution order.

What's new in 3.0:

  • Supports any callable
  • Dependency injection
  • Async execution (drops parallel execution)
  • Retry policies
  • Response property references

Blog post with code examples: https://rodolfoberrios.com/2026/03/02/workflow-3-0/

Repo: https://github.com/chevere/workflow

Would love to hear if anyone gives it a try.
Feedback always welcome.

submitted by /u/chevereto to r/PHP
[link] [comments]
❌
❌