frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Pipeflow-PHP – Automate anything with pipelines even non-devs can edit

https://github.com/marcosiino/pipeflow-php
33•marcosiino•16h ago
Hello everyone,

I’ve been building [Pipeflow-php](https://github.com/marcosiino/pipeflow-php), a PHP pipeline engine to automate anything — from content generation to backend and business logic workflows — using core modular stages and custom implemented stages (that can do anything), with the key power of using an easy to reason and read XML to define the pipeline logic, which every actor in a company, even non developers, can understand, maintain and edit.

It’s a *headless engine*: no UI is included, but it's designed to be easily wired into any backend interface (e.g. WordPress admin, CMS dashboard, custom panels), so *even non-developers can edit or configure the logic*.

It surely needs improvements, more core stages to be implemented and more features, but i'm already using it on two websites i've developed.

In future I plan to port it in other languages too.

Feedback (and even contributions) are appreciated :)

---

Why I built it

I run a site which every day, via a cron job:

- automatically generates and publish coloring pages using complex logics and with the support of the generative AI,

- picks categories and prompts based on logic defined in a pipeline,

- creates and publishes WordPress posts automatically, every day, without any human intervention.

All the logic is defined in an XML pipeline that's editable via wordpress admin panel (using a wordpress plugin I've developed, which also adds some wordpress related custom stages to Pipeflow). A non-dev (like a content manager) can adjust this automatic content generation logic, for example by improving it, or by changing the themes/categories during holidays — without touching PHP.

---

What Pipeflow does

- Define pipelines in *fluent PHP* or *simple, easy understandable XML (even by non developers), directly from your web app admin pages*

- Use control-flow stages like `If`, `ForEach`, `For`

- Execute pipelines manually, via cron, or on any backend trigger which adapts to your business logic

- Build your own UI or editor on top (from a simple text editor to a node based editor which outputs a compatible XML-based configuration to feed to pipeflow)

- Reuse modular “stages” (core and custom ones) across different pipelines

Comments

crtasm•16h ago
[flagged]
pluc•16h ago
You're in for a ride
marcosiino•13h ago
The library is not intended for doing it. It allows to automate anything, for example e-commerce workflows, by encapsulating work in custom stages. It’s just a pipeline. The major “selling point” is that the pipelines (workflows) can be written in an easily understandable xml so that even non developers can mantain or edit them. Imagine an ecommerce (or any web application) written for a customer which includes some workflows which runs automatically (or triggered manually). The customer can edit, refine or mantain them by just modifying the pipeline configuration using a reasonable xml (but you can even build a node-base editor, if you want, which produces the xml and configures the pipeline).

The AI content generation is just an example usecase on which I’ve made an experimental website (with some custom stages for AI that i’ve developed privately for now), but pipeflow doesn’t provide any core stage for doing that.

tomhow•3h ago
Please don't do this here. If a comment seems unfit for HN, please flag it and email us at hn@ycombinator.com so we can have a look.
loglog•15h ago
Coming next: edit simple, easily understandable (even by kiddies) SQL, directly from your web app (no need for a separate admin page!), and execute it right in your production DB.
econ•13h ago
I generally just want to see code or xml
marcosiino•12h ago
Sure, here is a small quickstart from the docs which show a very basic example of a pipeline, configured both with hardcoded php and with xml configuration:

https://github.com/marcosiino/pipeflow-php/blob/main/DOCUMEN...

In the same documentation you can find a list of the available core stages (which includes the control flow stages), and you can develop your custom stages (in php obviosly) which can then be used in the xml configurations (or php hardcoded pipelines) like reusable piece of puzzles.

Imagine stages which makes custom business logic of your customer web application (get pending carts, get last n days orders, get user feedbacks, generate invoice ) or more generic custom stages (generate pdf, send emails, etc) and imagine allowing using these stages to your web application customer (who manages an ecommerce for example, which maybe is not a developer, but wants to have the freedom to refine or edit some of the workflows, or create new ones)

croisillon•12h ago
hey @marcosiino, HN is not designed for new members to start talking immediately and for this reason all your comments are shadowbanned

pipeflow looks like an interesting project, if you'd like to be debanned, write a short mail to the admin

all the best to you!

marcosiino•12h ago
Thank you very much, I already wrote them because the post was flagged as spam for error. Now they said they removed the flag, i’ll contact again for the comments, thank you!

Show HN: DroidDock – A sleek macOS app for browsing Android device files via ADB

https://rajivm1991.github.io/DroidDock/
52•rajivm1991•5h ago•20 comments

Show HN: Pipeflow-PHP – Automate anything with pipelines even non-devs can edit

https://github.com/marcosiino/pipeflow-php
34•marcosiino•16h ago•9 comments

Show HN: Trilogy Studio, open-source browser-based SQL editor and visualizer

https://trilogydata.dev/trilogy-studio-core/#screen=dashboard-import&import=https%3A%2F%2Ftrilogy...
12•efromvt•7h ago•1 comments

Show HN: Hephaestus – Autonomous Multi-Agent Orchestration Framework

https://github.com/Ido-Levi/Hephaestus
75•idolevi•6d ago•12 comments

Show HN: Sparktype – a CMS and SSG that runs entirely in the browser

https://app.sparktype.org
41•mattkevan•5d ago•9 comments

Show HN: Alignmenter – Measure brand voice and consistency across model versions

https://www.alignmenter.com
2•justingrosvenor•6h ago•1 comments

Show HN: PingStalker – A macOS tool for network engineers

https://www.pingstalker.com/?hn
68•n1sni•5d ago•27 comments

Show HN: I built an HTTP client that perfectly mimics Chrome 142

https://github.com/arman-bd/httpmorph
35•armanified•1d ago•6 comments

Show HN: I'm a pastor/dev and built a 200M token generative Bible

https://www.anselm-project.com/bible/genesis/Genesis%201:1-2:3
10•mrprmiller•10h ago•4 comments

Show HN: TidesDB – Fast, transactional storage optimized for flash and RAM

https://github.com/tidesdb/tidesdb
12•alexpadula•14h ago•1 comments

Show HN: Find matching acrylic paints for any HEX color

https://acrylicmatch.com/
55•dotspencer•6d ago•19 comments

Show HN: I built a self-hosted error tracker in Rails

https://telebugs.com
74•kyrylo•1w ago•49 comments

Show HN: OtterLang – Pythonic scripting language that compiles to native code

https://github.com/jonathanmagambo/otterlang
15•otterlang•1d ago•8 comments

Show HN: I scraped 3B Goodreads reviews to train a better recommendation model

https://book.sv
595•costco•4d ago•258 comments

Show HN: qqqa – A fast, stateless LLM-powered assistant for your shell

https://github.com/matisojka/qqqa
160•iagooar•3d ago•85 comments

Show HN: See chords as flags – Visual harmony of top composers on musescore

https://rawl.rocks/
126•vitaly-pavlenko•4d ago•28 comments

Show HN: React Source Lens – Jump from UI components to source code in one click

https://www.npmjs.com/package/react-source-lens
2•ombedzi•15h ago•0 comments

Show HN: Every-few-days satellite timeline for any spot, Sentinel-2 SR

https://mzoom.space
3•varik•16h ago•2 comments

Show HN: Patternia – A compile-time compile-time pattern matching DSL for C++

https://github.com/SentoMK/paaternia
2•sentomk•16h ago•0 comments

Show HN: Dynamic code and feedback walkthroughs with your coding Agent in VSCode

https://www.intraview.ai/hn-demo
44•cyrusradfar•3d ago•11 comments

Show HN: Complex Zeta Function in JavaScript – deep math

https://www.zeta-calculator.com/
2•cpuXguy•17h ago•0 comments

Show HN: Three Emojis, a daily word puzzle for language learners

https://threeemojis.com/en-US/play/hex/en-US/2025-11-07
31•knuckleheads•2d ago•25 comments

Show HN: TabPFN-2.5 – SOTA foundation model for tabular data

https://priorlabs.ai/technical-reports/tabpfn-2-5-model-report
72•onasta•3d ago•12 comments

Show HN: Serve 100 Large AI models on a single GPU with low impact to TTFT

https://github.com/leoheuler/flashtensors
6•leonheuler•1d ago•1 comments

Show HN: Ambient light sensor control of keyboard and screen brightness in Linux

https://github.com/donjajo/als-led-backlight
26•donjajo•1w ago•2 comments

Show HN: Tech Job Notify

https://www.techjobnotify.com/
2•jlemee•1d ago•3 comments

Show HN: A CSS-Only Terrain Generator

https://terra.layoutit.com
368•rofko•5d ago•82 comments

Show HN: Flutter_compositions: Vue-inspired reactive building blocks for Flutter

https://github.com/yoyo930021/flutter_compositions
45•yoyo930021•3d ago•24 comments

Show HN: OSS implementation of Test Time Diffusion that runs on a 24gb GPU

https://github.com/eamag/MMU-RAG-competition
21•eamag•2d ago•0 comments

Show HN: Command line YouTube downloader,a universal media solution for everyone

https://github.com/Saffron-sh/m2m
17•saffron-sh•2d ago•7 comments