Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

I built a fully automated Factur-X EN16931 batch pipeline in PHP — no SaaS, no agent, just cron and strict business logic

DEV Community·Palks Studio·19 days ago
#0vm1ngoe
Reading 0:00
15s threshold

How a monthly cron cycle replaces an entire invoicing platform. Most invoicing automation stories start the same way: "I connected three SaaS tools together and set up a Zapier flow." This one doesn't. What I built is a fully autonomous backend pipeline that handles the complete monthly invoicing cycle for batch clients — from CSV deposit to secured ZIP delivery — without a single external platform, without an AI agent writing the logic, and without a database. Just PHP, cron, and deterministic business rules. Why I built it this way The requirement was simple on paper: take client data every month, generate Factur-X EN16931 compliant invoices, track payments, and deliver everything securely. The constraint was harder: no SaaS dependency, no shared infrastructure, no implicit processing. Every step had to be explicit, traceable, and stoppable. That constraint shaped every architectural decision.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More