Frankenphp

🌐Community
by rawveg · vlatest · Repository

Frankenphp generates basic PHP files quickly for rapid prototyping or small projects, saving development time and effort.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add frankenphp npx -- -y @trustedskills/frankenphp
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "frankenphp": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/frankenphp"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides comprehensive assistance with FrankenPHP, a modern PHP application server built on top of Caddy. It enables persistent PHP processes with worker mode, automatic HTTPS, HTTP/2, HTTP/3, and real-time capabilities through Mercure integration. The skill can help you set up, configure, deploy, and troubleshoot applications using this framework.

When to use it

  • Setting up or configuring a FrankenPHP server.
  • Implementing worker mode for performance optimization.
  • Integrating FrankenPHP with PHP frameworks like Laravel or Symfony.
  • Deploying PHP applications with Docker using FrankenPHP.
  • Configuring automatic HTTPS, HTTP/2, or HTTP/3.
  • Implementing real-time features with Mercure.

Key capabilities

  • Server setup and configuration assistance for FrankenPHP.
  • Support for worker mode to optimize performance through persistent PHP processes.
  • Automatic HTTPS, HTTP/2, and HTTP/3 support.
  • Integration with frameworks like Laravel and Symfony.
  • Deployment using Docker containers.
  • Real-time capabilities via Mercure integration.

Example prompts

  • "How do I install FrankenPHP?"
  • "Can you show me how to configure worker mode for my PHP application?"
  • "What's the best way to deploy a Laravel app with FrankenPHP and Docker?"

Tips & gotchas

  • Installation requires either curl or Homebrew.
  • Worker mode involves creating custom scripts, as shown in the example provided.
  • When using Docker, ensure you mount your application directory correctly for persistent storage.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
rawveg
Installs
31

🌐 Community

Passed automated security scans.