Title here
Summary here
Welcome to Pionia v3. Start with Introduction (install + meet Pionia Shop), then open the Pionia Shop tutorial in the sidebar when you are ready to code.
Docs do not use random sample names. We build one small store end to end:
| Table | Role |
|---|---|
products | What you sell |
customers | Who shops |
orders / order_items | What they bought |
wallets / wallet_transactions | Balance and payments |
Introduction explains the idea; the Pionia Shop tutorial walks you through building it in 15 steps.
| Order | Guide | Time |
|---|---|---|
| 1 | Introduction — Pionia, Pionia Shop, install, ping | ~15 min |
| 2 | PHP basics — only if you are new to PHP | ~45 min |
| 3 | Shop tutorial Step 1 — scaffold pionia-shop | ~5 min |
| 4 | Glossary — service, action, envelope | ~10 min |
Meet Pionia and Pionia Shop; install with Composer.
15 steps — same repo from empty folder to deploy.
Concepts if you prefer reading before coding.
product / customer / order / wallet so examples match across pages.Start here.
After install.