Manages a local PHP dev server for end-to-end development and testing. Binds to 0.0.0.0:8773, accessible via Caddy at https://preauth.lyra-dev.devgnome.com. Features: - Self-bootstrapping: installs PHP 8.4 + extensions (including APCu, which is critical for nonce cache, rate limiter, and session storage), Composer, and project dependencies if missing. Survives terminal resets/reboots. - Enables apc.enable_cli=1 for console commands (matches Dockerfile) - Subcommands: start, stop, status, restart - Sets APP_SHARE_DIR to var/share for filesystem session persistence - Clears dev cache on start No database needed — preauth uses APCu + filesystem cache exclusively. Port assignment: P-R-E = 7-7-3 → 8773