logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install php/frankenphp. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

php/frankenphp Installation Guide

How to install php/frankenphp. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for php/frankenphp. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i php/frankenphp
or

Install via npx

npx @hexmos/ipm i php/frankenphp

Prerequisites

PHP

language

Caddy

package_manager

Version: latest

Go

build_tool

WSL (Windows Subsystem for Linux)

system_tool

Allows running FrankenPHP on Windows.

Docker

system_package

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Standalone Binary (Linux/macOS)

curl https://frankenphp.dev/install.sh | sh

mv frankenphp /usr/local/bin/ 

frankenphp php-server

Homebrew (macOS)

brew install dunglas/frankenphp/frankenphp

Standalone Binary (Windows)

curl https://frankenphp.dev/install.sh | sh

mv frankenphp /usr/local/bin/ 

Post Installation Steps

  • Start the FrankenPHP server using: `frankenphp php-server` This will serve your application from the current directory.
  • Access the application at: `https://localhost` You can also use a self-signed certificate for testing.