1 Repo
Configuration of execution threads, timeouts, and ini overrides to optimize runtime performance.
Distinct from PHP Runtime Management: Focuses on performance and behavioral tuning of the runtime rather than version or extension switching.
Explore 1 awesome GitHub repository matching part of an awesome list · Runtime Parameter Tuning. Refine with filters or upvote what's useful.
FrankenPHP is a Go-based PHP runtime and application server that integrates a web server and PHP interpreter to host applications without requiring a separate process manager. It functions as a worker mode server that keeps applications in memory across requests to eliminate bootstrap overhead and a static binary bundler that packages applications and the server into a single self-contained executable. The project distinguishes itself by allowing the embedding of a PHP runtime directly into Go programs and enabling the development of PHP extensions using the Go language. It also includes a bu
Allows fine-tuning of execution threads, request timeouts, and PHP ini settings.