Stacktora
Stacktora / Vault / PHP + Postgres + Redis: Restaurant Kitchen Display System (KDS)
Backend by @ops

PHP + Postgres + Redis: Restaurant Kitchen Display System (KDS)

Order routing to kitchen prep stations with timing/status tracking — distinct from Food Order & Delivery Tracking: that's the customer-facing order lifecycle, this is what happens on the kitchen's screen the moment an order comes in.

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-kitchen-display-system --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