Resources

Quick links for DeskFlow developers — the task board API used in every tutorial — plus the packages and commands you run from your Composer project (not a separate framework checkout).

Pick your learning path

DeskFlow tutorial

15 steps from create-project to core contribution.

Documentation hub

All eight topic sections in one place.

API examples

Ping, task.list, login, and filter curl snippets.

Documentation

Packages

PackageRole
pionia/pionia-appApplication template (composer create-project pionia/pionia-app deskflow-api)
pionia/pionia-coreFramework library (pulled in by your app; PHP 8.5+, Moonlight, Porm, CLI)

Your generated app pulls in the framework as a Composer dependency — you work in your repository, not a separate “core” checkout.

In your project

TaskCommand / path
List CLI commandsphp pionia list
Generate API docscomposer document:apidocs/api/
Interactive API docs/docs when DOCS_ENABLED or DEBUG
Health checkGET /api/v1/ping
Request metrics/stats or php pionia stats:view
Application logsstorage/logs/ (enable DEBUG=true temporarily for details)

Getting help

Community

LinkPurpose
PioniaPHP-project on GitHubSource, issues, and contributions
pionia-docsDocumentation site repository
Packagist — pioniaPublished packages