🎉 Laravel Flowpipe v1.0 is out! 🎉 #35
Pinned
Grazulex
announced in
Announcements
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.
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 Laravel Flowpipe v1.0 is out! 🎉
A powerful, modern alternative to Laravel's Pipeline
We're thrilled to announce the v1.0 release of Laravel Flowpipe — a composable, traceable, and declarative pipeline engine for Laravel 12+, built to handle everything from simple data processing to complex error-handled workflows.
🧩 What is Flowpipe?
Laravel Flowpipe lets you define modular, testable, traceable flows using a fluent API, conditional logic, nested pipelines, YAML definitions, and powerful error handling strategies (retry, fallback, compensation, etc.).
It’s inspired by Laravel's
Pipeline, but goes way further.✨ Highlights
Flowpipe::make()->send()->through()->thenReturn()when(),unless()with dot notation or class-based conditions🚀 Installation
📌 Requirements
🧪 Quick Example
🛡 Error Handling Example
🧠 YAML Flow Definitions
You can define entire flows in
.yamlfiles:...and run them via Artisan:
🛠 Artisan Power
📖 Docs & Examples
✅ Full Docs: https://github.com/Grazulex/laravel-flowpipe#readme
✅ Artisan Commands
✅ Error Handling
✅ Examples
❤️ Credits
Created and maintained by Jean‑Marc Strauven
Contributions welcome!
📬 Get Involved
Let us know how you're using Flowpipe in your projects.
We’d love your feedback and ideas for v1.1+ 🚀
Beta Was this translation helpful? Give feedback.
All reactions