No description
This repository has been archived on 2026-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Claude 5436df2cf4
feat: FrankenPHP Go embedding library
Extracted from host-uk/core/cmd/core-app/ into a reusable package.

Provides:
- Handler: http.Handler serving PHP via in-process FrankenPHP
- Extract: embed.FS to temp dir extraction for PHP runtime
- PrepareEnvironment: .env, SQLite, persistent storage setup
- Bridge: localhost HTTP API for PHP → Go communication

Requires CGo + PHP headers. Build with: -tags nowatcher

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 02:49:46 +00:00
bridge.go feat: FrankenPHP Go embedding library 2026-02-23 02:49:46 +00:00
env.go feat: FrankenPHP Go embedding library 2026-02-23 02:49:46 +00:00
extract.go feat: FrankenPHP Go embedding library 2026-02-23 02:49:46 +00:00
go.mod feat: FrankenPHP Go embedding library 2026-02-23 02:49:46 +00:00
go.sum feat: FrankenPHP Go embedding library 2026-02-23 02:49:46 +00:00
handler.go feat: FrankenPHP Go embedding library 2026-02-23 02:49:46 +00:00