Stacktora
Stacktora / Vault / PHP + Postgres + Redis: Print-on-Demand Order Routing Backend
E-commerce by @ops

PHP + Postgres + Redis: Print-on-Demand Order Routing Backend

Routes print-on-demand orders to different fulfillment vendors based on product type and location, a worker handling the routing decision and vendor hand-off — distinct from Marketplace and Food Delivery: this is vendor-routing logic specific to print/merch fulfillment.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

PHP 8.3 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install php-print-on-demand-order-routing --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault