Executes PHP requests
WordPress PHP files are loaded by phrust-server as the request handler, including the front controller and theme templates.
Actual WordPress, executed by Phrust
This page is rendered by WordPress through phrust-server. The theme, templates, WordPress bootstrap, database reads, and static assets all flow through the Phrust demo stack.
What Phrust is
Phrust is building the execution path needed to run PHP applications without delegating requests to PHP-FPM, CGI, Apache modules, or the native PHP CLI. The WordPress demo keeps that boundary visible.
WordPress PHP files are loaded by phrust-server as the request handler, including the front controller and theme templates.
The demo uses WordPress' normal database tables and a mysqli smoke endpoint to prove a real database roundtrip.
If WordPress reaches unsupported runtime behavior, the demo is meant to expose that as a Phrust compatibility task.
Request path
The Compose stack runs only phrust-server and MariaDB for the default HTTP path. The WordPress files are unmodified core plus this demo theme.
What this demo proves