Title here
Summary here
You built an app on Packagist; some teams fix bugs or add features in the framework itself.
git clone https://github.com/PioniaPHP-project/PioniaCore.git
cd PioniaCore
composer install
bin/testEvery framework change needs tests on PHP 8.5+. Read AGENTS.md in the repo root before editing src/Pionia/.
Framework maintainers scaffold with the example CLI (not composer create-project):
php example/pionia new my-fix-app --installUse this when you need to reproduce a bug against your local pionia/pionia-core checkout.
This tutorial lives in pionia-docs. Fix typos or add steps via PR — follow content/docs/DOCUMENTATION_STYLE.md.
| Area | Start here |
|---|---|
| HTTP / Moonlight | src/Pionia/Http/ |
| Porm | src/Pionia/Porm/ + docs/PORM.md |
| Console | src/Pionia/Console/ |
| Release | bin/release, bin/test |
Full maintainer reference: Maintainer notes.
Step 1 → project on disk
Step 7 → SQLite CRUD
Step 9 → authenticated writes
Step 13 → production workers
Step 14 → provider hooks
Step 15 → framework contribution pathpionia new as an app developer — Packagist pionia/pionia-app is the supported app path; monorepo scaffolds are for core contributors.src/Pionia/.Ship a reusable DeskFlow billing module.
Release workflow and AGENTS.md.
Topic guides and reference.