Skip to content

StaticPHP

A lightweight PHP framework. No magic, no container, no annotations - just the pieces an application actually loads.

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

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