Skeleton
The starter composer create-project gives you: the staticphp cli, presets, an
asset pipeline, a docker environment, and an upgrade path.
Start a project
Skeleton
The starter composer create-project gives you: the staticphp cli, presets, an
asset pipeline, a docker environment, and an upgrade path.
Start a project
Core
Bootstrap, routing, controllers, configuration and error handling. Read the core reference
Database
The Db wrapper, RecordObject, and a migration runner with MySQL, Postgres and
SQLite drivers. Read the database reference
Internationalisation
Locale negotiation, catalogs, string extraction and formatting. Read the i18n reference
Audit
A change trail with actors, request context and per-column diffs, written on the connection the change ran on. Read the audit reference
Queue
Background jobs on your own database or on redis, with retries, backoff, a dead-letter table and a worker you can supervise or run from cron. Read the queue reference
Presentation
Data tables with filtering, sorting, pagination and HTML or Excel output. Read the presentation reference