frankenphp
✓FrankenPHP Documentation - Modern PHP application server built on Caddy
Installation
SKILL.md
Comprehensive assistance with FrankenPHP development - a modern PHP application server built on top of the Caddy web server. FrankenPHP enables persistent PHP processes with worker mode, automatic HTTPS, HTTP/2, HTTP/3, and real-time capabilities via Mercure integration.
Worker Mode FrankenPHP's worker mode keeps your PHP application loaded in memory between requests, dramatically improving performance. Instead of bootstrapping your application for each request (traditional PHP), the application boots once and handles thousands of requests with the same process.
Key Pattern: Use frankenphphandlerequest($handler) to process each request within a persistent loop, calling gccollectcycles() after each request to prevent memory leaks.
FrankenPHP Documentation - Modern PHP application server built on Caddy Source: rawveg/skillsforge-marketplace.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rawveg/skillsforge-marketplace --skill frankenphp- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is frankenphp?
FrankenPHP Documentation - Modern PHP application server built on Caddy Source: rawveg/skillsforge-marketplace.
How do I install frankenphp?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rawveg/skillsforge-marketplace --skill frankenphp Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rawveg/skillsforge-marketplace
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01